cobol
SET statement
Ricerca…
Osservazioni
L'istruzione COBOL SET
imposta i valori e i dati dell'ambiente operativo. Si può affermare che SET
stato abusato dal comitato, poiché ha oltre una dozzina di formati di sintassi documentati.
SET esempio puntatore
SET handle TO returned-pointer
SET handle UP BY LENGTH(returned-pointer)
SET ADDRESS OF buffer-space TO handle
MOVE buffer-space TO work-store
DISPLAY "Second element is " work-store
Modified text is an extract of the original Stack Overflow Documentation
Autorizzato sotto CC BY-SA 3.0
Non affiliato con Stack Overflow