|
VMS Help COBOL, PROCEDURE_DIVISION, ACCEPT, 1format FROM input *Conan The Librarian |
The ACCEPT statement makes low-volume data available to the program.
The HP extensions to the ACCEPT statement (formats 3, 4 and 5) are
COBOL language additions that facilitate video forms design and data
handling.
Format 1 -
ACCEPT dest-item [FROM input-source]
[ AT END stment ] [ NOT AT END stment ]
[ END-ACCEPT ]
Additional Information (explode) :
|
|