Code level mismatch

Ask question on - DataBase Concepts, IBM Mainframe DB2, DB2/UDB, DB2 Tools, SQL , DB2 programming with languages like COBOL, PL1.

Moderators: Kalicharan, Moderator Group

Post Reply
srilata83
Member
Posts: 9
Joined: Thu Apr 02, 2009 2:58 pm

Code level mismatch

Post by srilata83 » Mon Mar 15, 2010 2:57 pm

Hi,
My DB2 system running on V9 compatibility mode, which is upgraded recenly . We are running a job, for which I am getting following error.
IDBDB2CA- SSID XXXX ERROR, CODE LEVEL MISMATCH
I suspected as my plan is running in older version, so i tried to bind the plan, but its also faling with an errror
BPA0016E: DB2 UTILITY APPLICATION - INCOMPLETE.
BPA0023E: TSO SERVICE FACILITY FAILED.
PT282E: UNABLE TO LOCATE MODULE PTLTSRB.
.FREE FI(SYSTSIN)
.FREE FI(SYSTSPRT)
RETCODE = 20

Thanks in advance for any help!

User avatar
Natarajan
Moderator
Posts: 537
Joined: Fri Oct 10, 2008 12:57 pm
Location: chennai
Contact:

Post by Natarajan » Mon Mar 15, 2010 4:02 pm

When you start DB2, the code level of the starting DB2 is compared to the code level that is required by the current DB2 catalog. If the starting DB2 has a code-level mismatch with the catalog, DB2 does not start and a message is issued.
Natarajan
Chennai

User avatar
Natarajan
Moderator
Posts: 537
Joined: Fri Oct 10, 2008 12:57 pm
Location: chennai
Contact:

Post by Natarajan » Mon Mar 15, 2010 4:06 pm

Look like problem with DB2 migration process. It may not be with your program/job. Inform your DBA about this error.

Refer following pages for more help on db2 migration process.


http://publib.boulder.ibm.com/infocente ... igr2cm.htm
Natarajan
Chennai

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others