z/OS Common Information Model User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Step PEAPPL

z/OS Common Information Model User's Guide
SC34-2671-00

Step PEAPPL

Step PEAPPL
//* Step PEAPPL Permit CIM groups and users to net application CFZAPPL
//*             This has no effect if class APPL is not active.
//PEAPPL EXEC PGM=IKJEFT01,DYNAMNBR=99
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN  DD *
 RDEFINE APPL CFZAPPL UACC(NONE)
 PERMIT CFZAPPL CL(APPL) ACCESS(READ) ID(CFZSRV)
 PERMIT CFZAPPL CL(APPL) ACCESS(READ) ID(CFZADMGP)
 PERMIT CFZAPPL CL(APPL) ACCESS(READ) ID(CFZUSRGP)
 SETROPTS RACLIST(APPL) REFRESH
/*

When class APPL is active, the CFZAPPL profile protects access to the CIM server application. Any user who wants to access the CIM server requires at least READ access to the CFZAPPL profile in the APPL class. This job step grants this access for the CIM server user, the CIM administrator group, and the CIM users group.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014