PSF for z/OS: User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


CONTROL

PSF for z/OS: User's Guide
S550-0435-04

CONTROL

Specifies that each logical record in traditional line data starts with a carriage control (CC) character or that the output is printed with single, double, or triple line spacing.

Specify the CONTROL parameter in an OUTPUT statement, as follows:

CONTROL=PROGRAM | SINGLE | DOUBLE | TRIPLE
The values are:
PROGRAM
Specifies that the DCB=RECFM subparameter on the DD statement defines the type of CC character each logical record in the data set begins with. CC characters are either American National Standards Institute (ANSI) or machine code. PROGRAM is the default. See Specifying carriage control and table reference characters in line data.
SINGLE
Specifies that the output is printed with single spacing.
DOUBLE
Specifies that the output is printed with double spacing.
TRIPLE
Specifies that the output is printed with triple spacing.

Example:
This example uses an OUTPUT statement and a DD statement to specify that the output data set is printed with a machine code CC character as the first character of each logical record:
//OUTPUT1 OUTPUT CONTROL=PROGRAM
//DD2 DD SYSOUT=A,OUTPUT=*.OUTPUT1,DCB=RECFM=VBM

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014