A PROC has five steps. Step 3 has a condition code. How can
you override/nullify this condition code?
Answer Posted / sanjayreddyguna
//step1 exec proc=procname,cond.step3=(0,le)
then proc in that step3 cond parameter will overide
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
how to do automated restart when a job abends?
How would you understand error(execution phase)?
How can a stopped job be started again?
What is the function of job statement in jcl?
when can a job time-out occur? How to overcome that?
How can an in-stream dataset be terminated?
what is DSN in JCL and what are the parameters to declare the DSN?
Is acct parameter mandatory?
Is automatic restart possible in jcl?
What is Cataloged Procedures?
what is the use of JCL?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the maximum length of a single line of jcl?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?