Previous Topic: SYSVFOR Macro

Next Topic: SMF Record Descriptions

TOP Macro

The TOP macro restricts report output to the first n lines in each control break. Use it in any report that does not already have a REPORT-INPUT procedure.

This macro supports two positional parameters:

FIELD

Name of the control break field, which is typically the timestamp for interval reporting and typically named T_TSTAMP.

Maximum length of the field is 44.

TOP

Number of lines to include in each control group.

Example TOP macro:

%TOP  TSTAMP  20