About this document
COBOL Program for Table Handling by Asad Shadab is a document available to read on EtoBox.
The document describes a COBOL program that initializes and displays an array of employee records. It defines a table with fields for employee number, name, and department that occurs 7 times. A loop initializes each record by accepting data into working storage fields and moving it to the table. After initialization, it displays the last record in the table.
- Author
- Asad Shadab
- Language
- EN