NETJVM 

CREATE Collection 文

リストまたは辞書のインスタンスを作成または構築します。

一般形式

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 Enterprise Developer > Samples > Visual COBOL Samples, under COBOL for .NET or COBOL for JVM (Windows) or $COBDIR/demo (UNIX).