z/OS DFSMSdfp Utilities
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EXEC Statement

z/OS DFSMSdfp Utilities
SC23-6864-00

The syntax of the EXEC statement is:

Label Statement Parameters

//[stepname]

EXEC

PGM=IEHPROGM
[,PARM=[LINECNT=
xx]
[,
PRINT|NOPRINT]]

where:
PGM=IEHPROGM
specifies that you want to run IEHPROGM.
PARM=[LINECNT=xx] [,PRINT|NOPRINT]
specifies what should be contained in the SYSPRINT data set, and how the printed output of SYSPRINT should be formatted. If more than one subparameter is coded with PARM, the subparameters must be enclosed in parentheses or single quotes.
LINECNT=xx
specifies the number of lines per page to be printed in the listing of the SYSPRINT data set. The value xx can be from 01 to 99. The default is 45.
PRINT|NOPRINT
specifies whether utility control statements are to be included in the SYSPRINT listing. Suppressing printing of utility control statements assures that passwords assigned to data sets remain confidential. However, suppressing printing may make it difficult to interpret error messages, because the relevant utility control statement is not printed before the message.

The default is to print all control statements.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014