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

ESP Scheduler - info required


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
aitha_prashanth

New User


Joined: 17 Mar 2005
Posts: 8
Location: chennai

PostPosted: Wed Dec 29, 2010 5:28 pm
Reply with quote

A JCL is having once proc, which is having 10 steps.

In the schedule library (ESP) it is defined as “CCCHK RC(1:4095) FAIL STOP” – this RC condition code is applicable for all the 10 steps present in the Proc, if any step returns the RC>0 job will abend/fail.



Here I would like to change the Schedule Library such a way that, one particular step (step9) should be allowed to have up to RC=4 and remaining should return the RC=0.



Also suggest me, if I use the COND parameter in the exec step of step10 in the JCL to override the step9 RC. Will it work?

OR

do I need to change the Schedule library with two different conditions such a way that all the steps (except step9) should have the condition of “CCCHK RC(1:4095) FAIL STOP” and Step9 should have a condition of “CCCHK RC(5:4095) FAIL STOP”. If this is possible how to write this?

Pls suggest me?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Dec 29, 2010 5:38 pm
Reply with quote

1) What has a CA product got to do with abends and debugging

2) What research have you done for yourself so far, what were the results, and what did you not understand from reading the product documentation.

If you do not have the documentation then you will need to ask your peers for the logon and password to the CA website where licensed users can download the product manuals. DO NOT ask us to supply documentation as we can not as CA manuals are protected by copyright.
Back to top
View user's profile Send private message
aitha_prashanth

New User


Joined: 17 Mar 2005
Posts: 8
Location: chennai

PostPosted: Wed Dec 29, 2010 5:59 pm
Reply with quote

I am sorry, i didn't requested for the mannual or document. i had a question and the same i raised here to clarify. Could you please help me in this regards.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Dec 29, 2010 6:28 pm
Reply with quote

Certainly not me, I'm using TWS

Have you read the product manuals and seen what they say about this
Are there any other jobs that have this requirement, and have you looked at their schedule definitions.
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 Dec 29, 2010 8:39 pm
Reply with quote

Hello,

If you have not talked with the people responsible for scheduling, suggest you start with them.

If they don't know and you cannot find what you need in the documentation, suggest you open an issue with CA Support. . .
Back to top
View user's profile Send private message
chandru1483

New User


Joined: 17 Dec 2010
Posts: 3
Location: bangalore

PostPosted: Wed Jan 19, 2011 12:46 am
Reply with quote

JOBNAME: JOBDOC
CCCHK STEP(STEP9) RC(1:4) OK CONTINUE
CCCHK RC(1:4095) FAIL STOP


This is the code for ur job in wihc for step 9 will accept return codes from 1 to 4 and the remaining steps will abend for a return code greater than 0

Chan
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts OPCP scheduler questio IBM Tools 0
No new posts How can I select certain file dependi... JCL & VSAM 12
This topic is locked: you cannot edit posts or make replies. How can I select certain file dependi... Compuware & Other Tools 1
No new posts Extract all the TWS scheduler informa... IBM Tools 1
No new posts in REXX,how to get sysprt info CLIST & REXX 9
Search our Forums:

Back to Top