z/OS Security Server RACF Security Administrator's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Searching for all residual references

z/OS Security Server RACF Security Administrator's Guide
SA23-2289-00

To search for all references to IDs that no longer exist, run IRRRID00 with no IDs specified. You can do this either by not allocating the SYSIN DD statement or by allocating it to DUMMY. Figure 1 shows the sample JCL used to run RACF remove ID utility.

Figure 1. Searching for all residual references
//USER01   JOB  Job card...
//CLEANUP  EXEC PGM=IRRRID00,REGION=25M
//SYSPRINT DD   SYSOUT=*
//SYSOUT   DD   SYSOUT=*
//SORTOUT  DD   UNIT=SYSALLDA,SPACE=(CYL,(5,5))
//SYSUT1   DD   UNIT=SYSALLDA,SPACE=(CYL,(3,5))
//INDD     DD   DISP=OLD,DSN=USER01.IRRDBU00.DATA
//OUTDD    DD   DISP=OLD,DSN=USER01.IRRRID00.CLIST
//SYSIN    DD   DUMMY
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014