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 |
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What statement can be used to send data to another mvs jes3 node?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How gdg are concatenated?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
Do we need to code DCB parameters when using DISP position as MOD?
how many max steps can we use in a job? pls answer to my question
Give the syntax of job specifying jcl statement.
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
What is a MODEL Paramater in GDG ?
How many days does a job remain in spool