Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that displays a customer record report listing the Account Number, Customer Name, Item Purchased and Credit Limit for each customer record of
Write a program that displays a customer record report listing the Account Number, Customer Name, Item Purchased and Credit Limit for each customer record of the ABC Department store Customer File.
Purpose: To practice designing and coding a COBOL program that displays a report. Problem: Write a program that displays a Customer Record Report listing the Account Number, Customer Name, Item Purchased, and Credit Limit for each Customer Record of the ABC Department Store Customer File. Supply a report heading with the date and a page number on each screen of the report. Single-space detail lines and supply appropriate column headings. Display a count of the number of records processed and an End of Report message at the end of the report. Create this program by modifying PROJ2.CBL on the Data Disk. See the inside back cover of this book for instructions for downloading the Data Disk or see your instructor. Save this program as EX2-2.CBL. BACK FORWARD COBOL Laboratory Exercises Input Data: Use the Customer File listed in Appendix A as input. This file is named CUSTOMER.DAT on the Data Disk. See the inside back cover of this book for instructions for downloading the Data Disk or see your instructor. The input record layout follows. The filler fields represent data that is not used in this assignment. Output Results: Output consists of the displayed Customer Record Report, which should have a format similar to the followingStep 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