Controlling updating of a Job's LNKLST set

To control who can update a job to use the current LNKLST, the RACF® security administrator can take the following steps:

  1. To establish a profile for updating LNKLSTs for the FACILITY class, issue RDEFINE:
    RDEFINE FACILITY CSVDYNL.UPDATE.LNKLST UACC(NONE)
  2. To permit the user (in this example user OPER1) to update a job to use the current LNKLST, issue the following:
    PERMIT CSVDYNL.l.UPDATE CLASS(FACILITY) ID(OPER1) ACCESS(UPDATE)

    OPER1 must be the name of a RACF-defined user or group profile.

    Note: Instead of specifying individual userids, you can specify the name of a RACF group profile and connect authorized users to the group. See Defining RACF profiles.
  3. If the FACILITY class is not already active, issue the SETROPTS command as follows:
    SETROPTS CLASSACT(FACILITY)

    (To ensure that the FACILITY class is active, you can issue the SETROPTS LIST command.)

  4. To refresh the FACILITY resource class, issue SETROPTS RACLIST:
    SETROPTS RACLIST(FACILITY) REFRESH