Loading...
Select Version
All data which is, or is meant to be, stored on external media must first be described in the FILE SECTION before it can be processed by a COBOL program. The FILE SECTION is used to define the structure of files. Each file is defined by a file description entry and one or more record description entries. Record description entries are written immediately following the file description entry.