cobol
Déclaration ALLOCATE
Recherche…
Remarques
Allouer le stockage de travail pour un élément BASED ou allouer une taille de stockage de tas.
Voir aussi: déclaration GRATUITE
Déclaration 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
Voir http://open-cobol.sourceforge.net/faq/index.html#allocate pour plus de détails.
Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow