Adding the SAF user mapping plug-in data set to LNKLIST

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:

  1. Define a new LNKLST by issuing the following command from the operator console:
    SETPROG LNKLST,DEFINE,NAME=MYLNKLST,COPYFROM=CURRENT
  2. 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
  3. Activate the new MYLNKLST by issuing the following command:
    SETPROG LNKLST,ACTIVATE,NAME=MYLNKLST
  4. Use the MYLNKLST to update the current tasks in the system by issuing the following command:
    SETPROG LNKLST,UPDATE,JOB=*