Batch label checking examples


The examples in this section illustrate how to specify the control statements to check labels against control blocks.

In these examples, the DD statements to provide library names are not coded.

The following control statement checks the label for the database HDAMDB01 against the DBD in the test DBD library. The label is located in the RECON data set, which will be dynamically allocated.


LBLCHECK DBD(HDAMDB01)       -
         RESLIB(IMST.RESLIB) -
         DBDLIB(IMST.DBDLIB)

The following control statement checks all labels in the label data set against both the DBDs and ACBs in the production libraries. The labels are located in a user-supplied KSDS. The DBI@IMSP global option module contains the name of the production label KSDS.

LBLCHECK DBD(ALL)          -
         RESLIB(IMSP.RESLIB) -
         IMSID(IMSP)         -
         DBDLIB(IMSP.DBDLIB) -
         ACBLIB(IMSP.ACBLIB)


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Database Integrity for IMS 5.2