The SAF user mapping plug-in IRRSPIME resides in a z/OS® data set. This data set must
be included in the LNKLST. If the data set is not included, you need
to add it to the LNKLST.
Procedure
To add the z/OS data
set that contains the SAF user mapping plug-in to the LNKLST:
- Define a new LNKLST by issuing the following command from
the operator console:
SETPROG LNKLST,DEFINE,NAME=MYLNKLST,COPYFROM=CURRENT
- Add the USER.PRIVATE.DLLLIB data set on the USER01 volume
to the new MYLNKLST by issuing the following command:
SETPROG LNKLST,ADD,NAME=MYLNKLST,DSNAME=USER.PRIVATE.DLLLIB,
VOLUME=USER01
- Activate the new MYLNKLST by issuing the following command:
SETPROG LNKLST,ACTIVATE,NAME=MYLNKLST
- Use the MYLNKLST to update the current tasks in the system
by issuing the following command:
SETPROG LNKLST,UPDATE,JOB=*