Zoeken…


Opmerkingen

Wijs werkopslag toe voor een BASED-artikel, of wijs een heap-opslaggrootte toe.

Zie ook: GRATIS verklaring

Wijs syntaxisdiagram toe

TOEWIJZING verklaring

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

Zie http://open-cobol.sourceforge.net/faq/index.html#allocate voor meer informatie.



Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow