Output Data Description
Here is our output data file description:
NOTE: Our record contains 43 characters, not 42, as described
in your textbook, to take into account the line-feed character
which terminates each line, in a Unix file.
* describe the output file
fd employee-file-out
label records omitted
record contains 43 characters
data record is employee-record-out.
01 employee-record-out.
02 employee-name-out pic x(20).
02 filler pic x(5).
02 employee-rate-out pic 9(3).99.
02 filler pic x(5).
02 employee-hours-out pic 9(3).99.
02 line-feed-out pic x(1).