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.
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:
If you code CKLOAD(YES), you can also code one of the following for the action value:
| ||||||||
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. |