After upgrading Datacom, I'm getting error DB01409E - DATA SET NAME MISMATCH on the CXX and return code 76 (013)
search cancel

After upgrading Datacom, I'm getting error DB01409E - DATA SET NAME MISMATCH on the CXX and return code 76 (013)

book

Article ID: 8892

calendar_today

Updated On:

Products

Datacom DATACOM - AD CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware

Issue/Introduction

After upgrading to Datacom 15.0/15.1, I'm getting error DB01409E - DATA SET NAME MISMATCH on the CXX during MUF startup.

DB01409E - DATA SET NAME MISMATCH CXX-DATACOM.R14.MUF2.CXX DBSIDPR-DATACOM.R15.MUF2.CXX 

DB00501E - OPEN ERROR - RETURN CODE 76 (013) CXX= (CXX ) 

AD15STRT - ABEND=S000 U0004 REASON=00000000 715 

Environment

Release: DBCISF00200-15.1-Datacom-Database-Option for CICS Services
Component:

Cause

The error message is due to checks made when using SIMPLIFY mode. This is activated in DBSIDPR with SIMPLIFY_MODE=YES.

The problem is the dastaset name of the CXX does not match the pattern specified in the  DBSIDPR DSN_XXX= parameter.

This parameter also applies to the dataset names of the LXX, and FXX so the error message could also refer to the LXX or FXX. 

For example in this message:

DB01409E - DATA SET NAME MISMATCH CXX-DATACOM.R14.MUF2.CXX DBSIDPR-DATACOM.R15.MUF2.CXX

It means in DBSIDPR you coded DSN_XXX=DATACOM.R15.MUF2.???

So the CXX has to be named DATACOM.R15.MUF2.CXX but it is named DATACOM.R14.MUF2.CXX

 

 

Resolution

To resolve this you need to either:

  • Change the dataset name of the CXX, LXX or FXX to match the pattern specified in DSN_XXX
  • Change the pattern in the DSN_XXX= parameter to match existing dataset names then re-assemble and link the DBSIPDR module.