Previous Topic: Generating a PXX ReportNext Topic: Sample Report:  REPORT PXX


Example JCL

The following shows the command to print detail job and summary system statistics.

Note: Use the following as a guide to prepare your JCL. The JCL statements are for example only. Lowercase letters in a statement indicate a value you must supply. Code all statements to your site and installation standards.

 * $$ JOB ...           See the previous note and :ref refid=jclreq..
 * $$ LST ...
 // JOB name
 // ASSGN SYSnnn,device-type,VOL=volser,SHR
 // DLBL PXX,'pxx'                                PXX data set
 // EXTENT SYSnnn,volser
 // EXEC DBUTLTY,SIZE=750K
          REPORT   AREA=PXX,JOBSTAT=DETAIL,SYSSTAT=SUMMARY
 /*
 /&
 * $$ EOJ