COBOL Program to a program is required to produce a summary sales report from an unsorted sequential file

Exam paper model answer. A program is required to produce a summary sales report from an unsorted sequential file containing the details of sales of essential and base oils to Aromamora customers. Read the program specification first. The required data files may be downloaded from there.

Demo & Full Guide

COBOL Program to a program is required to produce a summary sales report from an unsorted sequential file COBOL Program COBOL example program










COBOL Program Demonstrates how the PERFORM..UNTIL

Demonstrates how the PERFORM..UNTIL (third format) may be used to process a stream of values where the length of the stream cannot be determined in advance (although in this case there is a set maximum number of values in the stream).

Demo & Full Guide

COBOL Program Demonstrates how the PERFORM..UNTIL