Previous Topic: DB01407INext Topic: DB01410E


DB01409E

DATA SET NAME MISMATCH xxx-y DBSIDPR-z

Reason:

The DBSIDPR module is used to define the environment, including the MUF identity and, with SIMPLIFY mode, the Directory (CXX) identity. The CXX identity contains both the CXXNAME and the model data set name for the CXX, LXX, and FXX. This error was generated because a system area has a JCL DD statement with a data set name that is not the same identity defined by the DBSIDPR module.

In the message text:

Action:

Check to see if you are executing with the correct environment, that is, with the correct DBSIDPR module. If the DBSIDPR is correct, remove or correct the JCL DD statement in error. Remember that CA Datacom/DB dynamically allocates the needed data set with a keyword DISP=SHR if it is not provided. The JCL is simpler and with less risk of error if the DD statements are removed and allowed to be dynamically allocated.