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


Adding a user-defined trigger to the member parts list function

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

The user can define the trigger for the member parts list function by using up to 20 characters. The trigger must start in the user-defined start column and be followed by at least one blank. The next nonblank string is interpreted as the included member name.

To define the trigger, change two SET statements in the CLISTs ISRFC12 (Foreground) and ISRJC12 (Batch), as follows:

Change from:
SET &UT = &STR(&Z)
SET &UTC = &STR(00)
To:
 
SET &UT = &STR(trigger)
SET &UTC = &STR(nn)
where nn is the trigger start column.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014