Attempts to access the CA 11 ISPF interface results in the following error:
"C11ILIBD - dataset verification error, menu not invoked"
CA 11 r11.0
The CA 11 ISPF verification routine expects the load library dataset name to end with the specific qualifier .CAL7LOAD. If the dataset name contains additional nodes after this qualifier (e.g., ####.CA11.CAL7LOAD.####), the validation fails.
Use one of the following methods to resolve the verification failure:
Method 1: Rename the Load Library
####.CA11.CAL7LOAD.####).CAL7LOAD.Method 2: Invoke the CA 11 ISPF interface using a REXX to bypass verification
START11) to invoke the interface while explicitly passing the High-Level Qualifier (HLQ).CA11,'CMD(START11)'.C11ILIBD source code. Use the CA11HLQ= parameter to specify the qualifier.