Example: Checking the consistency of DBDs and PSBs

The following figure shows example JCL for checking whether the ACB member and the MODBLKS module are consistent with each DBD and PSB in the specified DBD and PSB library.

Figure 1. Checking the consistency of DBDs and PSBs
//stepname EXEC PGM=FABLECHK                                   
//STEPLIB  DD   DSN=HPS.SHPSLMD0,DISP=SHR                 
//         DD   DSN=IMSVS.SDFSRESL,DISP=SHR               
//DFSRESLB DD   DSN=IMSVS.SDFSRESL,DISP=SHR               
//DBDLIB   DD   DSN=IMSVS.DBDLIB,DISP=SHR                 
//PSBLIB   DD   DSN=IMSVS.PSBLIB,DISP=SHR                 
//ACBLIB   DD   DSN=IMSVS.ACBLIB,DISP=SHR                 
//MODBLKS  DD   DSN=IMSVS.MODBLKS,DISP=SHR                
//SYSOUT   DD   SYSOUT=A                                  
//SYSPRINT DD   SYSOUT=A                                  
//SYSIN    DD   *                                         
    DBD=TESTDB1                                           
    DBD=TESTDB2                                           
    PSB=TESTPSB1                                          
    PSB=TESTPSB2                                          
/*