Version 4.3.2
 —  Summary Record Layout  —

The Variable Portion

This portion of the summary record varies, depending upon the fields used in the report. The format of the variable portion of the summary record is shown in the following table:

Offset Length Bytes Format Explanation
Hex Decimal
32 50 see section Field Reference   The first DISPLAY or ACCOUNT field
varies varies see section Field Reference   Additional DISPLAY or ACCOUNT field(s)
varies varies 8 Binary The first calculation field (AVG/MAX/MIN/PCT/RATE/SUM)
varies varies 8 Binary Additional calculation field(s)

Determining the Format of the Variable Portion

Start of instruction setTo determine the format of the variable portion of the record

  1. Refer to the report definition.

    The report definition determines which fields are used, and the order in which they are stored. The fields that are specified in the DISPLAY= or ACCOUNT= command immediately follow the fixed header.

    Refer to section Field Reference for the field length and format of each field.

    The remainder of the record is made up of an 8-byte entry for each field specified in the AVERAGE=, MINIMUM=, MAXIMUM=, PERCENT=, RATE=, and SUM= commands.

Top of page