Fifth COBOL Programming Assignment
Spring 2001
This project consists of two programs that must be written:
Part I:
Write a program to take in information keyed on a screen and create an output file on a disk. The output file should have the following layout:
|
1 - 5 |
Identification Number |
|
6 - 25 |
Name |
|
26 |
Job Code (contains 1, 2, 3, 4, 5, or 6) |
|
27 - 34 |
Salary (6 whole numbers and two decimals) |
Part II:
Write a program to read the file that you created in Part 1 above and display information on the screen. The following processing needs to be done:
|
Job Code |
Job Name |
|
1 |
Programmer |
|
2 |
Operator |
|
3 |
Administrator |
|
4 |
Analyst |
|
5 |
Designer |
|
6 |
Manager |