When starting CAS9 with program CAIRIM after upgrading to CA Datacom version 15.0, I received the following message:
IEC130I LOADBD15 DD STATEMENT MISSING.
Everything seemed to work normally in CAS9, and the version 15.0 CA Datacom MUF is running, so is there a problem here?
There are a couple of possibilities for this error to be displayed:
z/OS
CA Datacom/DB (and /AD) version 15.0
This is the proper and recommended format for the input to CAIRIM/CAS9 for CA Datacom version 15.0
See DB 15.0 BDRIM01 with:
PRODUCT(CA DATACOM) VERSION(BD15) INIT(DBCR5PR)
LOADLIB(CAI.THLQ.CABDLOAD)
PARM(PC=PROD,PCC=DBPCCPR)
See AD 15.0 AXRIM01 with:
PRODUCT(CA DATACOM) VERSION(BD15) INIT(DB CR5PR)
LOADLIB(CAI.THLQ.CAAXLOAD)
PARM(PC=PROD,PCC=DBPCCPR)
For more an example on using the Program Call (PC) routines with CA Datacom, please refer to Techdocs, in the section CA Datacom/AD15: customization and environment steps “ Step 4. Load DB PC calls Using CAIRIM"
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 CA Datacom if you have further questions.