First CIS12 Assignment - Makeup
Your assignment is to code the DATA DIVISION, FILE SECTION for the following input file and for an output file that will be going to the printer containing information from the input file. Code it on paper and pass it in or send it to me via e-mail.
Layout for the Doctor Input File:
Field |
Columns Used |
|
|
Doctor Identification Number |
1 - 3 |
Doctor Name |
4 - 25 |
Doctor Office |
26 - 28 |
Doctor Extension |
29 - 32 |
Number of Years |
33 - 34 |
Classification |
35 - 40 |
Please define the number of years as a numeric field. That means instead of using an X you should use a 9. (If you have been reading ahead you will have seen information about editing - that is not part of this assignment - however, you can use it if you want to).
All of the information should appear on the report. You define the layout of the printed report. My only requirement is that there be spaces between the fields. Remember, I did this in class with a filler.