Question
This is an extension of Programming Assignment #5. I recommend you copy the COBOL source code (and JCL) to a new file so that you
This is an extension of Programming Assignment #5. I recommend you copy the COBOL source code (and JCL) to a new file so that you can retain what you did for Assignment #5.
In Assignment #5, you wrote a program that to read from a data file of employee records and printed a report "to the screen" (readable via SDSF).
For this assignment, I would like for you to process the same input file, but instead of printing results to the screen, you should *write the output to a data file*. You can leave the DISPLAYed output for debugging purposes, but you should remove this before final processing/submission.
You should create an appropriate data file using the format of data specified from Question #3 from the midterm exam. For the data set, I recommend a fixed block (FB) format with record length of 80.
In the last assignment, I suggested that you might use a subroutine to generate the output for each employee. I *highly encourage* that for this assignment, whether you did it in the previous assignment or not. Your main procedure should be very clear and simple in its logic.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started