Table Of Contents



Switching to Generic RACF Profiles on the MVS North System

The OS/390 standard system that CIT is developing to replace the current MVS North and South systems will focus on the use of generic RACF profiles. CIT is urging all MVS North system users to learn about and use generic RACF data set profiles. One generic profile can cover tens, hundreds, even thousands of similarly-named data sets. A generic profile protects new data sets and provides an access list already in place. This eliminates the need to grant permissions each time a new data set is created. A generic profile is not deleted when a data set is archived but instead remains in place along with its access list, so that if the data set is restored it is properly protected. (See the article, "Switch to Generic RACF Profiles on the MVS North System," in Interface 211, September 1999.)

A difficulty in moving to generic profiles is that the North system uses the automatic data set protection (ADSP) feature, which causes a separate or "discrete" profile to be built each time a data set is created. These discrete profiles always take precedence over any generic profiles. In order to have generic profiles work, you need to do three things:

Commands to Be Used in Creating a Generic Profile

Creating a generic profile—and then deleting existing discrete profiles so that the generic will do the protecting—is straightforward. The following RACF commands can be issued from TSO Ready or ISPF Option 6.

//JOBNAME JOB (AAA,XXXXX),NAME,CLASS=E,MSGCLASS=T
//CHKPTS EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSPROC DD DSN=PCC.TSO.SYSPROC,DISP=SHR
//SYSUDUMP DD SYSOUT=*
//SYSTSIN DD DDNAME=SYSIN
//SYSIN DD DSN=$III.EXEC.RACF.CLIST,DISP=SHR
/*




Interface 213 (March 15, 2000)

Other Issues and "Back Pages"  |  Comments

Table Of Contents