サーチ…
備考
割り当てを解放する
01 field-1 PIC X(80) BASED.
ALLOCATE field-1
*> use field-1
FREE field-1
*> further use of field-1 will cause memory corruption
Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow