Sort/Merge programs

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.