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

how to solve time out error


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rkr

New User


Joined: 19 Apr 2005
Posts: 12

PostPosted: Fri Oct 28, 2005 8:21 pm
Reply with quote

hi friends
can anybody tell me, how to solve time out error ?
thanks in advance.
regards
rkr
Back to top
View user's profile Send private message
MGIndaco

Active User


Joined: 10 Mar 2005
Posts: 432
Location: Milan, Italy

PostPosted: Fri Oct 28, 2005 9:46 pm
Reply with quote

Hi rkr, excuse my doubt...
Time out error of what?
Time out in a connection, time out in your time parameter in job or step, time out of a ftp ....
Please, tell us more about your question.
Back to top
View user's profile Send private message
Ramya A

Active User


Joined: 26 Jul 2004
Posts: 104

PostPosted: Sat Oct 29, 2005 2:38 am
Reply with quote

Are you facing a S222 error in your JCL -- If so,

-- If you have given a time parameter in your job, say time=(,5) and your job takes longer than that of CPU time, then you need to increase your time.

-- If you haven't given a time parameter and still it times out, either of the one is the possiblity

1. try TIME=1440 or TIME=NOLIMIT
2. Or, the job should be waiting for something for more than a standard time (Usually 30 mins). So, it is not 100% time limit issue. Find the root cause and solve it.

If anyone feels I'm wrong, pls correct me.
Back to top
View user's profile Send private message
rkr

New User


Joined: 19 Apr 2005
Posts: 12

PostPosted: Sat Oct 29, 2005 2:12 pm
Reply with quote

hi friends
sorry for not mentioning the question clearly.
actually i want to know, how to solve the abend when the problem is time out error due to more cpu utilization then specified?
is it relate to accounting inforamtion parameter coded in job statement,to solve this abend?
plz clear it.
thanks in advance.
regards
rkr
Back to top
View user's profile Send private message
ironmike

New User


Joined: 07 Aug 2005
Posts: 33

PostPosted: Mon Oct 31, 2005 7:21 am
Reply with quote

rkr, you can POSSIBLY prevent a S322 abend by increasing the value specified for the TIME= JCL keyword BOTH on your JOB statement AND on the EXEC statement for the step that is taking the S322 error. You must be cautious, however; maybe the S322 is due to an unending loop in your code due to a logic error in the code. Bump up your TIME= specification by 50% three or four times; if the S322 persists, take a good hard look at the code.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Oct 31, 2005 1:28 pm
Reply with quote

Quote:
actually i want to know, how to solve the abend when the problem is time out error due to more cpu utilization then specified?
is it relate to accounting inforamtion parameter coded in job statement,to solve this abend?

That is not to do anything with accounting information.

As ironmike said above, the best approach would be to take a look at the concerned step. You can give a try with TIME Parameter, but if theres an un-ending Loop....TIME Parameter wont help.

But if it is a prob of a very large number of records with enormous calculations and all... TIME=NOLIMIT allow more than installed TIME LIMIT it to be in a running condition.

Regards,

Priyesh.


Regards,

Priyesh.
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 -> JCL & VSAM

 


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 To get the the current time DFSORT/ICETOOL 13
No new posts RC query -Time column CA Products 3
Search our Forums:

Back to Top