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

about condition codes


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

New User


Joined: 17 Feb 2006
Posts: 64
Location: Bangalore

PostPosted: Mon Feb 20, 2006 6:05 pm
Reply with quote

Hi friends,

in my JCL i code that condition code's for error handling in that same JCL in code that CON=EVEN or CON=ONLY,
During the execution of job which priority they are executed,
first it will check for CON=EVEN or CON=ONLY,
are condition code's
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Mon Feb 20, 2006 6:57 pm
Reply with quote

Hi,

Please find the meaning of both COND parameter.

Con=only : this job step is to be executed only if a preceding step abnormally terminated
con=even : this job step is to be executed even if a preceding job step abnormally terminated.

Accoring to above Def, If you code Con=only ten it will execute only if any step abended and Cond=Even will run any how. So I guess there is no priority. It will run as per thier sequesnce.

Hope this helps

Regards
Rupesh
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 Feb 20, 2006 7:25 pm
Reply with quote

In case you want to know more about COND parameter...refer manuals...

I hope "CON" was a typo error... It should be COND=EVEN and COND=ONLY.

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 Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts AI writing DFSORT, REXX codes.. All Other Mainframe Topics 3
No new posts How to give complex condition in JCL . CLIST & REXX 30
No new posts selectively copy based on condition DFSORT/ICETOOL 3
No new posts RXSUBCOM Return Codes / Documentation CLIST & REXX 6
Search our Forums:

Back to Top