IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

818 TimeStamp error with DSNTIAUL


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
padma_prakasam

New User


Joined: 06 Oct 2005
Posts: 31

PostPosted: Thu Dec 14, 2006 10:03 am
Reply with quote

Hi,

I tried running JCL having a SELECT query with DSNTIAUL. I got 818 timestamp error as below,

THE PRECOMPILER-GENERATED TIMESTAMP 17ED6C2F00B764D3 IN THE LOAD MODULE IS DIFFERENT FROM THE BIND TIMESTAMP 17E4A1381B4D0A19 BUILT FROM THE DBRM DSNTIAUL

The select query is as below,

DSN SYSTEM(DB2)
RUN PROGRAM(DSNTIAUL) PARM('SQL') -
PLAN(DSNTIAUL) LIB('DSN710.RUNLIB.LOAD')
//SYSIN DD *
SELECT EMPLOYEEID FROM
FROM AY.AYTBEMP
WHERE EMPLOYEEID > '000006000000'
AND EMPLOYEEID < '000006000200'
WITH UR;

Can anyone tell how to overcome this error??

Thanks
Padma
Back to top
View user's profile Send private message
Rajen

New User


Joined: 05 May 2005
Posts: 61

PostPosted: Thu Dec 14, 2006 1:58 pm
Reply with quote

Hi padma_prakasam,
Have you guys upgraded DB2 version recently.

we are not using this utility but i am sure -818 would occur only if you compile the load and not bind properly.

As you are using utility which part Db2 that should not be the case of compiling and not binding properly.

Please check with your DBA and ask about any version ugradation.

Let me know if it worked or not.

Thanks,
Rajen Patel.
Back to top
View user's profile Send private message
satyender

New User


Joined: 05 Jan 2008
Posts: 50
Location: Olympia, WA, USA

PostPosted: Sat Nov 08, 2008 5:42 am
Reply with quote

Comment out the STEPLIB statement in the job.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Sat Nov 08, 2008 1:16 pm
Reply with quote

are You using the right db2 libraries ??? ask You support

Quote:
DSN710.RUNLIB.LOAD


it' s a pretty old db2 release there, did a migration take place in the meanwhile ???
Back to top
View user's profile Send private message
n_sri_vas

New User


Joined: 17 Nov 2006
Posts: 6

PostPosted: Mon Nov 10, 2008 12:25 pm
Reply with quote

HI,
the load module & plan are out of SYNC ..that's why the TimeStamps are different... you need to point to the right DBRMLIB to come out of -818.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Nov 10, 2008 8:52 pm
Reply with quote

Hello,

It sounds like you have put together your own jcl to run this.

If this is the case, i suggest you talk with your database or system support to confirm that you are using the correct jcl for your environment.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts To get the count of rows for every 1 ... DB2 3
No new posts Error when install DB2 DB2 2
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top