Starting CAS9 with program CAIRIM after upgrading to Datacom version 15.1, and received the following message:
IEC130I LOADBD15 DD STATEMENT MISSING.
Everything seemed to work normally in CAS9, and the version 15.1 Datacom MUF is running, so is there a problem here?
z/OS
There are a couple of possibilities for this error to be displayed:
This is the proper and recommended format for the input to CAIRIM/CAS9 for CA Datacom version 15.0
Use DB 15.1 BDRIM01 with:
PRODUCT(CA DATACOM) VERSION(BD15) INIT(DBCR5PR) -
LOADLIB(CAI.THLQ.CABDLOAD) -
PARM(PC=PROD,PCC=DBPCCPR)
Use AD 15.1 AXRIM01 with:
PRODUCT(CA DATACOM) VERSION(BD15) INIT(DBCR5PR) -
LOADLIB(CAI.THLQ.CAAXLOAD) -
PARM(PC=PROD,PCC=DBPCCPR)
For more examples on using the Program Call (PC) routines with Datacom, please refer to Step 5. Load Datacom Program Call (PC) Modules Using CAIRIM section of Customization and Environment Steps page
Please verify the configuration of your input for CAIRIM compared to the examples above, and if you need further assistance, as always, please contact Broadcom Mainframe support for Datacom.