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


EXEC Statement

z/OS DFSMSdfp Utilities
SC23-6864-00

You can control the number of lines IEHLIST will print per page of output using the PARM parameter on the EXEC statement. The EXEC statement can be coded:

Label Statement Parameters

//[stepname]

EXEC

PGM=IEHLIST[,PARM='LINECNT=xx']

where:
PGM=IEHLIST
specifies that IEHLIST is the program you want to run.
PARM='LINECNT=xx'
specifies the number of lines, xx, to be printed per page. The number specified by xx must be a decimal number from 01 to 99. If LINECNT is not specified, 58 lines are printed per page.

The PARM field cannot contain embedded blanks, zeros, or any other PARM keywords if LINECNT is specified.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014