Example: Comparing two ACBs

The following figure shows example JCL for running the DBD/PSB/ACB Compare utility to compare several ACBs in ACB libraries IMSVS.ACBLIB and IMSVS.TEST.ACBLIB.

Figure 1. Example of creating an ACB Compare report—Comparing two ACBs
//stepname EXEC PGM=FABLCOMP
//STEPLIB    DD DSN=HPS.SHPSLMD0,DISP=SHR
//ACBLIB     DD DSN=IMSVS.ACBLIB,DISP=SHR
//ACBLIB2    DD DSN=IMSVS.TEST.ACBLIB,DISP=SHR
//SYSOUT     DD SYSOUT=A
//SYSPRINT   DD SYSOUT=A
//SYSIN      DD *
    REPORT=SOURCE
    ACB=PE1CPINV
    ACB=PE1CPPUR
    ACB=PE1PPINV
    ACB=PE2CORDR
/*