Previous Topic: SASSHC25 Compare UtilityNext Topic: Sample Comparison Report


Sample Compare Utility JCL

The following is a sample of the JCL that produces metrics compare reports.

//jobname  JOB local jobcard statement                                       *
//COMPARE  EXEC PGM=SASSHC25                                                  
//STEPLIB  DD  DISP=SHR,DSN=user-defined-CA-7-loadlib                        *
//REPORT1  DD  DISP=SHR,DSN=metrics.report1.data                             *
//REPORT2  DD  DISP=SHR,DSN=metrics.report2.data                             *
//SYSPRINT DD  SYSOUT=a                                                      *
//HC25REPT DD  SYSOUT=a                                                      *

* Designates statements that require user-supplied information. Lowercase characters within the statement identify the required user-defined information.