Previous Topic: JARSWZ14 Control Statements

Next Topic: Special Execution Considerations for JARSWZ14


JARSWZ14 Execution Description

The INPUT, SELECT, SORT, and BREAK statements are used as in previous examples. The summary file is created with the following statement:

OUTPUT(SUM)

OUTPUT(SUM) indicates that CA JARS Wizard should create one summary output record for each lowest level control break. The record contains the accumulated totals for the control break in the numeric fields. Other fields contain values from the first record in the group.

The execution statistics produced for this example tell us that there were 406 OUTPUT RECORDS, which is equal to the number of occurrences of LEVEL 1 BREAKS.