Previous Topic: EXECBAT Member—Start the Batch InterfaceNext Topic: GSVXBAT DD Statements


Initialization Parameters

The following initialization parameters can be specified with the PARM parameter on the EXEC statement:

LINECNT

Simulates the number of lines available on a screen and controls how many lines are written on a page. The LINECNT parameter must be at least 20 and must not exceed 100. The record length of the SYSPRINT DD statement controls the line size. The default is 66.

MENUON and MENUOFF

Controls the printing of any MENU command output to the SYSPRINT data set.

Default: MENUON

PRINTON and PRINTOFF

Controls the printing of all command output to the SYSPRINT data set. PRINTOFF also suppresses the printing of the internal COMMAND=DOWN statements generated by the SCROLL keyword.

Default: PRINTON

SHOWINP

Controls whether input control cards are displayed in the output. If the control cards are displayed, they are shown after the screen they would have been entered on. Specify YES to show the input control cards. Specify NO to exclude the control cards from the output.