View previous topic :: View next topic |
Author |
Message |
ramu_mohan21 Beginner
Joined: 29 Jun 2004 Posts: 106 Topics: 41 Location: Bangalore, INDIA
|
Posted: Wed Feb 16, 2005 10:35 am Post subject: Error while Binding- Precompiled with incorrect level? |
|
|
Hi Board,
While I'm trying to Bind the DBRM to plan I'm getting below mentioned error.
READY
DSN SYSTEM(DSN)
DSN
BIND PLAN(ABCDEF) MEMBER(CDEFG )
ACTION(REPLACE) RETAIN
TE) RELEASE(DEALLOCATE) VALIDATE(BIND) EXPLAIN(NO) DEGREE(ANY)
DSNT208I - PROGRAM CDEFG PRECOMPILED WITH INCORRECT LEVEL FOR THIS
RELEASE
DSNT201I - BIND FOR PLAN ABCDEF NOT SUCCESSFUL
DSN
END
READY
END
Am I doing any simple mistake? Can anyone help me? _________________ Best Regards,
----------------
Rammohan Pabba
Software Engineer |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12383 Topics: 75 Location: San Jose
|
Posted: Wed Feb 16, 2005 10:37 am Post subject: |
|
|
ramu_mohan21,
Check this
Code: |
DSNT208I PROGRAM program-name PRECOMPILED WITH INCORRECT LEVEL FOR THIS
RELEASE
Explanation: Program 'program-name' was precompiled under a release not
supported by the current level of DB2, or the contents of the DBRM have
been modified after the precompilation phase.
System Action: The BIND operation was not performed.
User Response: Precompile the named program again using the current
precompiler. Reissue the BIND command.
|
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
|
|