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

DB2 Stored procedure - ASUTIME limit exceeded error


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

New User


Joined: 27 Dec 2005
Posts: 21
Location: Bangalore

PostPosted: Tue Mar 18, 2008 10:32 pm
Reply with quote

Hi,
I am working on COBOL DB2 Stored procedure. The ASUTIME limit set in the SPDEF is 50000. This stored procedure is failing with the following error:

SQL0905N Unsuccessful execution due to resource limit being exceeded. Resource name = "RAVFS3.VFSY40_EXPAYLSTQYS", limit = "0000000002" CPU seconds ("0000050000" service units) derived from "". SQLSTATE=57014 {SQLExecute}

I guess the problem is with the ASUTIME set in the SPDEF. But I have a restriction of using this limit in my Stoed proc. Is there any other way I can get rid of this error?

Thanks,
Geeta
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: Wed Mar 19, 2008 1:24 am
Reply with quote

Hello,

Quote:
I guess the problem is with the ASUTIME set in the SPDEF
The problem isn't the ASUTIME, it is the SP.

I suggest you look at the SP and find a way to make it conform to the limit.
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 Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts ISPP330 BDISPMAX exceeded CLIST & REXX 12
Search our Forums:

Back to Top