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?
Answer Posted / 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 |
Post New Answer View All Answers
Matching Logic in Jcl not in cobol.Could any one please answer this question
What parameter of the job statement is used to limit the cpu time consumed by the job?
Where & How Do You Code Identifier In Jcl?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain how can a jobs execution priority be modified?
how JCL works?
in ways data can be passed to a COBOL program from JCL?
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 does jcl specify the job to the operating system?
In job processing, what happens in execution stage?
what JCL Procedures?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What are the difference between jcl and jes?
What is the function of the dd avgrec keyword in sms datasets?
How dummy is used in jcl?