Creating a Statistics trace report
Use your ISPF editor to create a JCL job that creates a Statistics trace report.
About this task
//
in your JCL) as appropriate
for your installation.
EDIT ---- ANDREW.OMPE.JOBS.STTRALON------------------------- Columns 001 072
Command ===> ________________________________________________ Scroll ===> CSR_
****** ***************************** TOP OF DATA ******************************
0001 /* JCL to produce a Statistics LONG trace report */
0002 //AWOMPES JOB (TTS1,YUS7),'ANDREW',
0003 // MSGCLASS=V,CLASS=D,NOTIFY=ANDREW
0004 // EXEC PGM=FPECMAIN
0005 //STEPLIB DD DSN=OMPE.RKANMOD,DISP=SHR
0006 //INPUTDD DD DSN=IFASMF.SYSA.Db2,
0007 // DCB=(RECFM=VB,BLKSIZE=32760,LRECL=32756),
0008 // SUBSYS=(LOGR,IFASEXIT,'FROM=OLDEST,TO=YOUNGEST')
0009 //DPMOUTDD DD DSN=ANDREW.OMPE.OUT.STTRCA01,DISP=OVR
0010 //JOBSUMDD DD SYSOUT=A
0011 //SYSIN DD *
0012 STATISTICS
0013 TRACE
0014 LAYOUT(LONG)
0015 FROM (07/16/15,00:01)
0016 TO (07/17/15,00:01)
0017 EXEC
****** **************************** BOTTOM OF DATA ****************************
F1=Help F2=Split F3=Exit F5=Rfind F6=Rchange F7=Up
F8=Down F9=Swap F10=Left F11=Right F12=Cancel
To submit the job, type SUBMIT
on the command
line and press Enter.