Previous Topic: Recovery File (RXX) Analysis ReportNext Topic: Sample Report: REPORT AREA=RXX


Example JCL

The following shows the command to generate a Recovery File Analysis Report.

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 JCL Requirements.
 * $$ LST ...
 // JOB name
 // EXEC PROC=procname  Whether you use PROCs or LIBDEFs, see JCL Requirements.
 // ASSGN SYS005,cuu
 // TLBL RXX,'rxx'                                RXX data set
 // EXEC DBUTLTY,SIZE=750K
       REPORT AREA=RXX,LOGPRINT=DETAIL,TSNPRINT=DETAIL,DBID=015,TABLE=MSG
 /*
 /&
 * $$ EOJ

Report AREA=RXX (DISK)

* $$ JOB ...           See the previous note and JCL Requirements.
* $$ LST ...
// JOB name
// EXEC PROC=procname  Whether you use PROCs or LIBDEFs, see JCL Requirements.
// ASSGN SYS001,DISK,VOL=volser,SHR                                            
// DLBL RXX,'rxx'                                RXX data set
// EXTENT SYS001,volser
// EXEC DBUTLTY,SIZE=750K
       REPORT AREA=RXX,LOGPRINT=DETAILX
/*
/&
* $$ EOJ