Figure 1 is an example of the JCL
that is generated to extract the take-up details from the SMF file.
Figure 1. Personal System
Definitions: JCL for data take-up File Edit Confirm Menu Utilities Compilers Test Help
-------------------------------------------------------------------------------
EDIT user.SPFTEMP1.CNTL Columns 00001 00072
Command ===> SUB_____________________________________________ Scroll ===> PAGE
****** ***************************** Top of Data ******************************
000001 //CICSPA JOB (ACCOUNT),'NAME',REGION=4M
000002 //* CICS PA V3R2 Take-Up JCL
000003 //CICSPA EXEC PGM=CPASIDTU
000004 //STEPLIB DD DSN=CICSPA.V3R2M0.SCPALINK,
000005 // DISP=SHR
000006 //CPATABL DD DSN=user.CICSPA.TABL,
000007 // DISP=SHR
000008 //SYSPRINT DD SYSOUT=*
000009 //SMFIN001 DD DSN=CICSPA.LOGGER.SMFDATA1,
000010 // DISP=SHR
****** **************************** Bottom of Data ****************************