Rahul Prakash
2003-07-09 07:00:24 UTC
Hi Julian
If setting RC is an issue won't this help...??
Set the return code after step1 to 0 if you need the operation people to run the job.
Insert the lines before the start of 2ns step and at the end of 1st step.
IF RC=12
RC=0
End
(Check for the syntax .)
This might be a crude method but will help.. Or you could check with ICETOOL manual to come up with an elegant solution.
Thanks
Rahul
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hi, Lister
I need your help at set return code in icetools
step. For example, at following JCL. The step1 RC is
12 which 12 is normal as output file is empty. at step
STEP101 we add header/tailor record for the empty
file.
My problem is as step 1 RC is 12. So the whole job
RC=12. But 12 is not acceptable for operation staffs.
My question is how to set RC in step1 or job's RC.
Your help is greatly appreciated.
Regards,
Julian
<snip/>
</snip>
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
If setting RC is an issue won't this help...??
Set the return code after step1 to 0 if you need the operation people to run the job.
Insert the lines before the start of 2ns step and at the end of 1st step.
IF RC=12
RC=0
End
(Check for the syntax .)
This might be a crude method but will help.. Or you could check with ICETOOL manual to come up with an elegant solution.
Thanks
Rahul
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hi, Lister
I need your help at set return code in icetools
step. For example, at following JCL. The step1 RC is
12 which 12 is normal as output file is empty. at step
STEP101 we add header/tailor record for the empty
file.
My problem is as step 1 RC is 12. So the whole job
RC=12. But 12 is not acceptable for operation staffs.
My question is how to set RC in step1 or job's RC.
Your help is greatly appreciated.
Regards,
Julian
<snip/>
</snip>
__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html