i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answers were Sorted based on User's Feedback
Answer / anoop
//jopbcard,restart=jobstep.procstep
in this case job is calling one proc, this proc has 10
steps. We want to restart job from 5th step of proc.
assuming job calls proc in step1. then restart should be :-
restart=step1.step5
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / siri
//jobname job ,,,,,,,,restart=step5.proc,cond=(00,gt)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raghu
we have to code restart parametr on job stmt and code cond on
step level
eg//jooob1 ------------------- restart=stepname.procname
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jalal
1) Put restart = step5 in the job card.
2) Put Cond = only in all the steps from step1 to step4.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / rakesh w
//jopbcard,restart=procstp.step5
//procstp exec proc1
//....
i.e restart=procstep.stepname
correct me if i am wrong
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ch.mohan
w
we can mention job card to restart=step5
and cond param used to step6
| Is This Answer Correct ? | 0 Yes | 2 No |
What is DATACOM db?
What are steplib and joblib? What for they are used?
can we copy a file from fixed block to variable block and vice versa ....asap
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How do you send the output of a COBOL program to a member of a PDS?
Explain how can a stopped job be started again?
Can you delete the GDG base without deleting GDG generations ?
What 3 guidelines do we have to follow when concatenating DD statements?
Explain the jcl exec statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How to identify where file is empty or not? How many ways are there to identifying?