CAIRIM/CAS9 error "IEC130I LOADBD15 DD STATEMENT MISSING" after Datacom 15.1 upgrade.
search cancel

CAIRIM/CAS9 error "IEC130I LOADBD15 DD STATEMENT MISSING" after Datacom 15.1 upgrade.

book

Article ID: 33302

calendar_today

Updated On:

Products

Datacom COMMON SERVICES FOR Z/OS Datacom/AD Datacom/DB

Issue/Introduction

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?

Environment

z/OS

 

Cause

There are a couple of possibilities for this error to be displayed:

  1. The format of the control statements is incorrect, and the LOADLIB() parameter is either missing or misspelled.
  2. The necessary program (DBPCCPR) is missing

Resolution

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)                                          
 

Additional Information

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.