Keywords without assigned values

FORMAT

Signals that format overrides follow. The overrides are listed in Table 98. The FORMAT label is optional. It serves only to make the PRINT command specification more readable. Choose one option for each format override function

Table 98. Format Overrides

Function

Options

Description

Title and column headings

HEADINGS

Title and column headings. This is the default.

NOHEADINGS

Neither title nor column headings.

TITLESONLY

Only title headings.

COLUMNHEADONLY

Only column headings.

Handling of long data columns

VERTICAL

Data columns that cannot fit on one page start after the entire table is printed. This is the default.

HORIZONTAL

Data columns that cannot fit on one page start on the next page.

TRUNCATE

Data columns that cannot fit on one page are truncated.

Handling of long fields

COLUMNSPLITON

For long fields, truncate last field on a page if necessary.

COLUMNSPLITOFF

For long fields, maintain complete field. This is the default.

Handling of row count display

DISPLAYCOUNTON

Use last five columns of report for displaying a row count number. This is the default.

Currently in Version 6, the limit of PAGEWIDTH=131 needs to be specified to display the Display Count correctly.

DISPLAYCOUNTOFF

Use to suppress the display of Display Count and allow full page for printing.