Previous Topic: CMDNAME Statement—Specify Commands to Run on Windows and UNIXNext Topic: COMMAND Statement—Specify Commands (HP Integrity NonStop Jobs)


COLUMNS Statement—Specify Line Width of List

The COLUMNS statement specifies the line width of the list.

Supported Job Types

This statement is optional for the following job types:

Syntax

This statement has the following format:

COLUMNS num
num

Specifies the line width of the list. The value corresponds to the SAPGUI Background Print Parameters dialog, Print settings section, Report width field.

Limits: 1-255

Note: The maximum line width of a list for viewing on the screen is 255.

Notes:

Example: Specify the Line Width of the List

This example specifies 251 as the line width of the list for the BTCTEST ABAP:

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
SAPUSER J01PROD
ABAPNAME BTCTEST
   VARIANT TEST
   COLUMNS 251