|
VMS Help COBOL, PROCEDURE_DIVISION, miscellaneous_topics, reference_modification *Conan The Librarian |
Reference modification defines a subset of a data item by specifying
its leftmost character and length.
Format 1 -
data-name ( leftmost-character-position : [ length ] )
Format 2 -
FUNCTION function-name [ ({argument}...) ]
( leftmost-character-position : [ length ] )
|
|