• Stars
    star
    1
  • Language
    COBOL
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This project is a team project. Please use the Team Cover Page on page XXX of this document. PROJECT SUBMISSION REQUIREMENTS. Your team submission must include the following documents. 1) Team Cover Page with each team member name and signature 2) Structure charts for each program. 3) Program listings for each program 4) Report listings (output) as noted in Processing Requirements 5) Print out of Screens as noted in Processing Requirements Flowcharts are not required in your team submission. However, it would be wise to draft flowcharts to ensure you have the correct sequence of the modules or module content involved. PROCESSING REQUIREMENTS There must be three major functions carried out. Whether you handle these in three or four separate programs is your choice. Firstly, a batch process must be run to update the Inventory Master file using the provided Transaction File. (Refer to Master File Batch Update) Secondly, the updated Inventory Master File and the Suppliers file will be converted to an Indexed Sequential File. (Refer to Master File Conversion). Thirdly, the Indexed Sequential file (Inventory Master File) must be updated with the provided transactions in an online basis.(Refer to Indexed Master File Update). NOTE Your program must use the COPY and CALL commands as prescribed in any of the above functions. Your program must use the Case structure (EVALUATE) in the batch update to handle which of the three processes to execute (as outlined in the Balance Line Diagram).