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


Searching for a list of IDs

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

IRRRID00 can be used to find specific user IDs and group names. Figure 1 shows the sample JCL used to run RACF remove ID utility and search for the IDs MARK, BRUCE, and JUNO.

Figure 1. Searching for specific 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   *
MARK
BRUCE
JUNO
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014