MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

-805 how to get 2 timestamps with SYSIBM.SYS* queries?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
Consultant
Beginner


Joined: 21 Jan 2008
Posts: 5
Topics: 3

PostPosted: Fri Feb 15, 2008 8:28 am    Post subject: -805 how to get 2 timestamps with SYSIBM.SYS* queries? Reply with quote

I am getting the -805 error when I moved a program to production environment.Is there anyway to resolve this without recompiling this..If I recompile also at our site IMS Switch occurs weekly once only..The change goes with IMS Switch after a week..

And what timestamps I need to cross check..DBRM and Package timestamps??..I want to get the 2 timestamps from SYSIBM.SYS* queries how to get that???Our shop is using packages..Can anybody provide the exact queries and if there is any resolution without compiling again??
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12375
Topics: 75
Location: San Jose

PostPosted: Fri Feb 15, 2008 11:56 am    Post subject: Reply with quote

Quote:
Is there anyway to resolve this without recompiling this..If I recompile also at our site IMS Switch occurs weekly once only..The change goes with IMS Switch after a week..


NO you have to recompile.

To get the timestamps execute the following query
Code:

SELECT * FROM SYSIBM.SYSPLAN WHERE NAME = 'plan name';
SELECT * FROM SYSIBM.SYSDBRM WHERE PLNAME = 'plan name';

These two queries will give you the BIND and PRECOMP date/time which you can use to compare with the load modules
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Consultant
Beginner


Joined: 21 Jan 2008
Posts: 5
Topics: 3

PostPosted: Sun Feb 17, 2008 6:15 pm    Post subject: Reply with quote

We are using packages in this case I am checking in SYSIBM.SYSPACKAGES here it exists with NAME(dbrm-name as
Back to top
View user's profile Send private message
videlord
Beginner


Joined: 09 Dec 2004
Posts: 147
Topics: 19

PostPosted: Tue Feb 19, 2008 7:41 pm    Post subject: Reply with quote

setlect hex(contoken) from sysibm.syspackage where...

compare the contoken with your load module
(search the first 8 hex digit and then next 8 hex digit; depend on the program laguage, the token may swtich the 8 digit)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group