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

S322 error - COND parameter clarification.


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

New User


Joined: 30 Aug 2005
Posts: 2

PostPosted: Tue Aug 30, 2005 7:44 pm
Reply with quote

Hi,
could anyone please clarify this?

I have jcl, which is having five steps. Step1 executed properly, it returns 0 as return code. And the the step2 returns S322. What will happen to below steps (step3, step4, step5), are they execute or job will teriminate because of S322 error in step2?

//job1 job
//ps010 exec pgm=xpgm1
//ps020 exec pgm=xpgm2,time=4
//ps030 exec pgm=xpgm3,cond=even
//ps040 exec pgm=xpgm4,con=only
//ps050 exec pgm=xpgm5
//
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Tue Aug 30, 2005 8:17 pm
Reply with quote

Hi,

Job abended S322 due to
The system took a longer time to run a job, job step, or procedure than the time specified in one of the following:
- The TIME parameter of the EXEC or JOB statement
- The standard time limit specified in the job entry subsystem

In ur JCL Step030 will execute as
EVEN
Specifies that this job step is to be executed even if a preceding job step abnormally terminated.

Step040 will also Execute as

ONLY
Specifies that this job step is to be executed only if a preceding step abnormally terminated.


Regards
Rupesh
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Using the Jobname parameter in a Qual... ABENDS & Debugging 1
Search our Forums:

Back to Top