I have 5 steps in my jcl ,I need to execute first three
steps and then 2nd step again ,4th and 5th steps if rc of
2nd step is zero
Answer / ajay digule
STEP01
STEP02 RC=0
STEP03 COND(4,LT,STEP02) CONDITION IS FALSE HENCE, STEP 3 WILL BE EXECUTED.
ON STEP04 AND STEP05 NO NEED TO MENTION CON CODE AS THEY WILL EXECUTE NORMALLY.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name a few IBM utility programs, and explain its function.
Can we change a FB file to VB file in JCL? Please help
Can you give the sort card to arrange the specific column in the version of GDG.
how to run batch program without jcl?
how to allocate a dynamic dataset in jcl ?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
which parameter is used to check the syntax of a jcl without executing it?
For how long a job can be executed continuously in a mainframe ?
i have step1,step2,step3 from where can i start coding cond parameter ?
Can I send output of job to my remote device careerride123?
If job is submitted with typerun = hold then how can we submit the same job?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?