サーチ…


備考

BASEDアイテムのワーキングストレージを割り当てるか、ヒープストレージのサイズを割り当てます。

関連項目:FREEステートメント

ALLOCATE構文図

ALLOCATE文

01 pointer-var         usage POINTER.
01 character-field     pic x(80) BASED value "Sample".

ALLOCATE 1024 characters returning pointer-var
ALLOCATE character-field
ALLOCATE character-field INITIALIZED RETURNING pointer-var

詳細はhttp://open-cobol.sourceforge.net/faq/index.html#allocateを参照してください。



Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow