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


EXEC Statement

z/OS DFSMSdfp Utilities
SC23-6864-00

The EXEC statement can include PARM information that specifies the number of lines to be printed between headings in the message data set. The EXEC statement can be coded as follows:

Label Statement Parameters
//[stepname] EXEC PGM=IEHINITT
    [,PARM='LINECNT=nn']
where:
PGM=IEHINITT
specifies that IEHINITT is the program you want to run.
PARM='LINECNT=nn'
specifies the number of lines per page to be printed in the SYSPRINT data set. If PARM is omitted, 60 lines are printed between headings.

If IEHINITT is called from another program, the line count option can be passed in a parameter list that is referred to by the optionaddr subparameter of the LINK or ATTACH macro instruction. In addition, a beginning page number can be passed in a 6-byte parameter list that is referred to by the hdingaddr subparameter of the LINK or ATTACH macro instruction. For a discussion of linkage conventions, refer to Invoking Utility Programs from an Application Program.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014