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


Sort/Merge programs

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

The RACF® SMF data unload utility processes all of the type 80, 81, and 83 SMF records, and all of the job initiation type 30 records that are in the input data stream. If you want a subset of the output records, you can use a standard utility such as DFSORT to select them. For example, the following DFSORT control statements select all the job initiation records. All other record types are excluded.
SORT FIELDS=(5,8,CH,A)
INCLUDE COND=(5,8,CH,EQ,C'JOBINIT ')
OPTION   VLSHRT

For more information about using the DFSORT ICETOOL with the RACF SMF data unload utility, see Using the DFSORT ICETOOL to create reports.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014