Procedure Division: Reading data
Finally, we define the paragraph to read data in:

*
* read input file.
*
x100-read-data.
        read employee-file-in
                at end move 'y' to end-of-file.