VMS Help COBOL, PROCEDURE_DIVISION, OPEN, 2format_report_writer *Conan The Librarian |
The OPEN statement creates an access stream to the file, makes the file available to the program, begins the processing of a file, and specifies file sharing. Format 2 - Report Writer OPEN { OUTPUT { file-name [ WITH NO REWIND ] } ... } ... { EXTEND { file-name } ... }
Additional Information (explode) :
|