Tuition Payment System - COBOL
This is a program written in COBOL to implement a tuition payment program from an external list of users. The program allows user input for a specified tuition payment amount and generates a report of students with the updated information.
This program first converts a list of students into an indexed file to enable easier reading and writing for updating the student records. The second part of the program utilizes COBOL “screens” to allow for user input to search for a student and input a tuition payment amount. The third and final part of the program generates a human readable student report with the updated tuition information as a text file from the information in the indexed file.
View the Source Code below, or view the full codebase on GitHub