z/OS ISPF Planning and Customizing
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Adding a user-defined trigger to the Batch options

z/OS ISPF Planning and Customizing
GC19-3623-00

To define a user trigger for the PDF Batch options, change the ISRLEMX EXEC statement in the skeleton for the appropriate option.

Change from:
//EXPAND EXEC PGM=ISRLEMX,COND=(12,LE),
//  PARM=('XXX,&ZMEM,B,N,E,4, ,00,&ZJB2LANG,;
//  &ZJB2MMIX,&ZJB2DDIX,&ZJB2YYIX,&ZJB2DLIM,&Z5UNIT')
To:
//EXPAND EXEC PGM=ISRLEMX,COND=(12,LE),
//  PARM=('XXX,&ZMEM,B,N,E,4,trigger,nn,&ZJB2LANG,;
//  &ZJB2MMIX,&ZJB2DDIX,&ZJB2YYIX,&ZJB2DLIM,&Z5UNIT')
where nn is the trigger start column.

The skeleton names are as follows:

OPTION 5.1    ISRJS01I, ISRJS01J, ISRJS01P, ISRJS01S
OPTION 5.2    ISRJS02I, ISRJS02J, ISRJS02P, ISRJS02S
OPTION 5.3    ISRJS03I, ISRJS03J, ISRJS03P, ISRJS03S
OPTION 5.5    ISRJS05I, ISRJS05J, ISRJS05P, ISRJS05S
OPTION 5.6    ISRJS06I, ISRJS06J, ISRJS06P, ISRJS06S

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014