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


EXEC Statement

z/OS DFSMSdfp Utilities
SC23-6864-00

Additional information can be coded in the PARM parameter of the EXEC statement, as follows:

Label Statement Parameters

//[stepname]

EXEC

PGM=IEBUPDTE
[,PARM='{NEW|
MOD}
[,
inhdr][,intlr]']

where:
PGM=IEBUPDTE
specifies that IEBUPDTE is the program you want to run.
PARM='{NEW|MOD} [,inhdr][,intlr]'
specifies optional information as follows:
NEW
specifies that the input consists solely of the control data set. Do not code a SYSUT1 DD statement if you specify NEW.
MOD
specifies that the input consists of both the control data set and the input data set. MOD is the default.
inhdr
specifies the name of the routine that processes the user header labels for the control data set.
intlr
specifies the name of the routine that processes the user trailer labels for the control data set.

If only one value is coded in PARM, the single quotes (or parentheses) are optional.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014