COBOL/400 Language Help

USING file-name-2

When you specify the USING phrase, all the records in file-name-2 (the input files) are transferred automatically to file-name-1.

All input files must specify sequential or dynamic access mode, and must be described in FD entries in the Data Division. At the time the SORT statement is executed, these files must not be open.


[ Top of Page | Previous Page | Next Page | Table of Contents ]