Report Layout section

The information that is necessary for changing the column order, colors, number of records, and other report parameters is stored in the Report Layout section of the FORMAT command member.

The <reportformat> and </reportformat> tags delimit the Report Layout section.

The Report Layout section contains these keywords:

REPORT
Identifies the report to invoke. This name must match a valid Advanced Audit for DFSMShsm report name. If it does not, an error is generated and no data is returned when the report is invoked.
TITLES
Specifies whether the report column headings are visible. Valid values are ON or OFF.
LIMIT
Limits the number of records that can be returned for the report.
SCALE
Enables or disables scaling of numerical values. When the numeric value is too large to fit within its report column, the value assigned to this keyword determines how the numeric value is formatted. If you specify OFF, an asterisk (*) appears immediately to the left of the column value, indicating that the value has been truncated; if you specify ON, the overly large column value is divided repeatedly by the value you specify for the KILO keyword until the quotient fits in the column. A marker to the right of the quotient shows the KILO value as K (kilo) or M (mega), and so on.
Note: If the column width is less than 4 bytes, scaling might not be able to resolve the too-large value issue, and in this situation, an asterisk appears to the left of the column value.
KILO
Specifies a scaling factor used to decrease numeric report values that are too large to fit in their column. Do not use this parameter if SCALE=OFF.
COLOR
Changes the color of the column header and its data. The syntax is COLOR=(column_name, color). Valid values for color are white, read, blue, green, turq, pink, and yellow. Use the RESET command to restore the default color to the column.
HILITE
Changes the hilite attribute for the column. The syntax is HILITE=(column_name, hilite_value). Valid values for hilite_value are Uscore, Reverse, and Blink.
SIZE
Changes the width of the column. The syntax for this parameter is SIZE=(column_name, size).
HIDE
Hides the specified column so it does not appear in the report. You can use the SHOW parameter to restore the column to the report display. The syntax for this parameter is HIDE=column_name.
SHOW
Restores a previously hidden column to the report display. The restored column appears at the right side of the report. Syntax for this parameter is SHOW=column_name.
FIX
Anchors the specified column displayed on the left edge of the report as you scroll the report LEFT and RIGHT. Syntax for the parameter is FIX=column_name.
UNFIX
Un-anchors a column from its fixed position on the left side of the report so the column moves along with its neighbors as the report is scrolled LEFT and RIGHT. Syntax for the parameter is UNFIX=column_name.
COLUMN_ORDER
Specifies the order in which the columns appear in the report. The columns for which you specify an order will appear at the left side of the report. The syntax for this parameter is COLUMN_ORDER=(column_name1, column_name2, …column_nameN).