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

Error: SYSIBM.SYSDATABASE is an undeclared table


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

New User


Joined: 02 Aug 2006
Posts: 8

PostPosted: Mon Feb 26, 2007 1:48 am
Reply with quote

Hi,

I have compiled a cobol program in test region and I binded the program in test region and it was successful.
But when I tried to compile in production region I am getting MAXCC = 12 saying that SYSIBM.SYSDATABASE ( I have used a query: SELECT CURRENT DATE - 7 DAYS FROM SYSIBM.SYSDATABASE WHERE NAME = 'DB014289') is an undeclared table.
How to resolve this issue ?

Thanks,

Krishna
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 Feb 26, 2007 2:08 am
Reply with quote

Hello,

This sounds like a DB2 question, rather than a Natural/MQSeries question.

Maybe a moderator will move it if it is DB2 related.

Please find some other JCL that works to compile/bind in your production environment. It may be that your list of libraries is does not include everything needed for production.

If it works in test and fails in production, the fix will be site-specific. Have you ever used this table in production? Youmight try the query vis SPUFI or QMF to be sure your query will work in productions.

What step gets the RC=12? If you post your jcl and all of the error information, that will help.
Back to top
View user's profile Send private message
palas_08
Currently Banned

New User


Joined: 26 Feb 2007
Posts: 9
Location: kolkatta

PostPosted: Mon Mar 05, 2007 3:47 pm
Reply with quote

hi,

i think it will be sysibm.sysdummy1
Back to top
View user's profile Send private message
vini_srcna

Active User


Joined: 26 May 2005
Posts: 178
Location: Copenhagen, Denmark

PostPosted: Tue Mar 06, 2007 3:23 pm
Reply with quote

Can you be more specific. What exactly you are trying to do and what you need. If you just need CURRENT DATE - 7 DAYS then use the register SYSIBM.SYSDUMMY1.

You may not have access to the catalog tables in production.
If am right you might have got this error while during BIND. What is the SQLCODE..? Is that -204 ..? or -550 series.
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 Load new table with Old unload - DB2 DB2 6
No new posts Error when install DB2 DB2 2
No new posts Pulling a fixed number of records fro... DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top