Where: identifier is the name of the list or dictionary collection type.
次の例では、リストの集合を宣言して作成してから、リストに要素を書き込みます。
declare stringList as list[string] create stringList write stringList from "item 0"
集合のサンプルも参照してください。 Start > All Programs > Micro Focus Visual COBOL > Samples, under COBOL for .NET .