Beginning COBOL for Programmers by Michael Coughlan

Beginning COBOL for Programmers by Michael Coughlan

Author:Michael Coughlan [Coughlan, Michael]
Language: eng
Format: epub, pdf
Tags: Computers & Technology, Programming, Languages & Tools, Software Design; Testing & Engineering, Object-Oriented Design, Education & Reference, Computer Science, Object-Oriented Software Design, Programming Languages
ISBN: 9781430262534
Amazon: 1430262532
Publisher: Apress
Published: 2014-03-17T04:00:00+00:00


Listing 12-1. Aromamora Base Oils Summary Sales Report

IDENTIFICATION DIVISION.

PROGRAM-ID. Listing12-1.

AUTHOR. Michael Coughlan.

* This program produces a summary report showing the sales of base oils

* to Aromamora customers by processing the OilSalesFile. The OilSalesFile is a

* sequential file ordered on ascending CustomerId. The report is required to be

* printed in ascending CustomerId order.

ENVIRONMENT DIVISION.

INPUT-OUTPUT SECTION.

FILE-CONTROL.

SELECT BaseOilsSalesFile ASSIGN TO "Listing12-1.Dat"

ORGANIZATION IS LINE SEQUENTIAL.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.