CKLOAD keyword


Code the CKLOAD keyword to invoke or bypass label verification for user load programs.

If you invoke verification, you can also specify which action to take if verification fails: deny authorization or issue a message only.


Attribute

Description

Uses

The CKLOAD keyword is optional on the LBLGEN control statement. It is not valid on the other control statements.

Syntax

CKLOAD(y/n,action)

For the y/n value, code one of the following:

YES or Y

Invoke label verification for all user load programs that access the database(s).

NO or N

Bypass label verification for batch jobs.

If you code CKLOAD(YES), you can also code one of the following for the action value:

D

Reset the DBRC return code to deny DBRC authorization, in addition to issuing a warning message, if label verification fails.

W

Issue a warning message and replace the label if label verification fails. Do not reset the DBRC return code.

Default

Use the value coded in the global option module. BMC Software distributes this module with the following default value:

CKLOAD(YES,D)

The value of the CKLOAD keyword takes precedence over the value of the CKBATCH keyword.

 

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

BMC AMI Database Integrity for IMS 5.1