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


IRRUT100 example

z/OS Security Server RACF System Programmer's Guide
SA23-2287-00

In this example, IRRUT100 locates occurrences of the group name RACG0001 and the user ID RACU002 in the RACF® database and prints these occurrences on the system output device.
//XREF      JOB
//STEP      EXEC   PGM=IRRUT100
//SYSUT1    DD     UNIT=SYSDA,SPACE=(TRK,(5,1))
//SYSPRINT  DD     SYSOUT=A
//SYSIN     DD     *
 RACG0001   RACU002
/END

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014