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


Step BASICSUP

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

Step BASICSUP

//* Step BASICSUP dose set-up basic security settings.
//*      - Program control for runtime libraries.   
//BASICSUP EXEC PGM=IKJEFT01,DYNAMNBR=99
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSTSIN  DD *

 RALT PROGRAM * ADDMEM('SYS1.SCEERUN'/'******'/NOPADCHK) +
   UACC(READ)
 RALT PROGRAM * ADDMEM('SYS1.SCEERUN2'/'******'/NOPADCHK) +
   UACC(READ)

 SETROPTS WHEN(PROGRAM) REFRESH
/*

This sets up the basic security for the CIM server. To enable the CIM server to run in a program controlled environment, the Language Environment® runtime libraries SCEERUN and SCEERUN2 must be program controlled.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014