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


IRRADU00 example

z/OS Security Server RACF Auditor's Guide
SA23-2290-00

Figure 1 shows an example of JCL to execute the RACF® SMF data unload utility. The SMF dump utility (IFASMFDP or IFASMFDL) is used to select records based on the date, time, and SMF system identifier.

Due to restrictions of the SMF dump utilities, IRRADU00 and IRRADU86 must reside in an APF-authorized library. For more information on the SMF dump utilities, see z/OS MVS System Management Facilities (SMF).

Figure 1. JCL to Invoke the RACF SMF data unload utility
     //SMFUNLD  JOB  ,'SMF DATA UNLOAD',
     //             MSGLEVEL=(1,1)
     //SMFDUMP  EXEC PGM=IFASMFDP
     //SYSPRINT DD  SYSOUT=A
     //ADUPRINT DD  SYSOUT=A
     //OUTDD    DD  DISP=SHR,DSN=USER01.RACF.IRRADU00
     //SMFDATA  DD  DISP=SHR,DSN=USER01.RACF.SMFDATA
     //SMFOUT   DD  DUMMY
     //SYSIN    DD  *
          INDD(SMFDATA,OPTIONS(DUMP))
          OUTDD(SMFOUT,TYPE(000:255))
          ABEND(NORETRY)
          USER2(IRRADU00)
          USER3(IRRADU86)
     /*
Attention:

Do not confuse SMF utility's use of parameter that is called OUTDD for the normal SMF output of IFASMFDP and RACF's (architecturally fixed) DDNAME called OUTDD.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014