Previous Topic: INOUTL SyntaxNext Topic: INOUTL Usage


INOUTL Parameters

LINE Statement Parameters

TYPe is INOUTL

Specifies the line type.

INput ddname is

Specifies the external name of the input file for the line, as specified in the system startup JCL.

The INPUT DDNAME IS parameter is required to create an executable system.

ddname

For z/OS systems, specifies the ddname of the input file for the line.

filename

For z/VSE systems, specifies the filename of the input file for the line.

OUTput ddname is

Specifies the external name of the output file for the line, as specified in the system startup JCL.

The OUTPUT DDNAME IS parameter is required to create an executable system.

ddname

For z/OS systems, specifies the ddname of the output file for the line.

filename

For z/VSE systems, specifies the filename of the output file for the line.

PTERM Statement Parameters

TYPe is INOUTT

Specifies the device type for the physical terminal.

DELete character is

Specifies the control character to be used to delete characters.

C'delete-character'

Specifies the delete character as a one-character literal.

X'hex-delete-character'

Specifies the delete character as a 2-digit hexadecimal literal.

FLUsh character is

Specifies the control character used to delete lines.

C'flush-character'

Specifies the flush character as a one-character literal.

X'hex-flush-character'

Specifies the flush character as a 2-digit hexadecimal literal.

PAGe length is page-length

Specifies the maximum page size, in text lines, for the physical terminal.

Page-length must be an integer in the range 1 through 32,767. The default is 24.