Previous Topic: Individual Report PreparationNext Topic: VSE/ESA Environment


Comparative Report Preparation

JCL for comparative report preparation only follows. This JCL is identical to the JCL for individual report preparation except that the name of an additional statistical file has been added and the PROCESS statement includes the COMPARE option.

Note: Only statistics from a single release of CA IDMS/DB Analyzer can be compared.

//*
//* THIS JCL IS FOR THE PRODUCTION OF
//* COMPARISON REPORTS ONLY
//*
//DBANLYZR EXEC PGM=USNDRVR
//STEPLIB       DD    DSN=your.tool library,DISP=SHR
//              DD    DSN=your.idms.library,DISP=SHR
//SYSLST        DD    SYSOUT=a
//SYSPRINT      DD    SYSOUT=a
//DBMSDMP       DD    SYSOUT=a
//DBMSOUT       DD    SYSOUT=a
//SYSUDUMP      DD    SYSOUT=a
//OUTPUT        DD    SYSOUT=a
//STAT1         DD    DSN=dbnlyzr.file1,DISP=SHR
//STAT2         DD    DSN=dbnlyze.file2,DISP=SHR
//SYSIPT        DD    *
  PROCESS=REPORTS,COMPARE
/*
//SYSIDMS       DD    *
  SYSIDMS PARAMETERS...
/*