Report line records (L)
Each formatted line in a report is described by an L record. There is one L record for each line in the report.
Like other variable-format records (V, T, and R), L records consist of a control area followed by a record data area. The format of the control area is similar to the other records. The record data area is composed of a fixed area that precedes the formatted report line itself. The fixed area provides information about the report line that follows it. The format of an L record is shown in the following figure.

The control area for an L record is shown in this table:
Byte position | Description |
---|---|
01 | Value record identifier (L) |
02 | Continuation indicator Indicates whether the current record is continued to a data continuation record:
|
The record data area for an L record is shown in this table. Bytes 6-13 are line type attributes. Byte 06 is always 1. Each byte in bytes 7 through 13 indicates the presence or absence of the corresponding line type attribute in the formatted report line (1 = attribute present, 0 = attribute absent).
Byte position | Description |
---|---|
01 | Blank |
02-04 | Report part indicator:
110 = Page heading 120 = Page footing 13n = Break heading (n is the break number, 1-6) 15n = Break footing (n is the break number, 1-6) 170 = Column heading 171 = Detail heading 180 = Detail line 181 = Group summary line 190 = Final footing |
05 | Blank |
06 | 1 |
07 | Data |
08 | Text |
09 | Separator |
10 | Column wrap Attributes for column wrap (byte 10) and line wrap (byte 11) are used to indicate the continuation of a single logical report line to multiple physical report lines. The presence of either attribute in a L format record means that the column data or wrapped line is continued on a following L format record. |
11 | Line wrap Attributes for column wrap (byte 10) and line wrap (byte 11) are used to indicate the continuation of a single logical report line to multiple physical report lines. The presence of either attribute in a L format record means that the column data or wrapped line is continued on a following L format record. |
12 | Second data line (across reports only) Across
reports that contain percent or cumulative sum columns can contain
two data lines for each group (also break and final) summary. The
first summary data line contains the cumulative percent or cumulative
sum values of the column as computed across each unique |
13 | Reserved |
14 | Blank |
The following example shows an L record for a break footing line in a report that contains text and data:
L 151 11100000 DEPARTMENT TOTALS 93,659.45