If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / santhosh g.j.
If A PROC HAS steps, which are like step2,step3,step4,step5
and i want to execute only step3 then how do we need to
code jcl using IEBEDIT.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does a disposition of (new,catlg,keep) for a dsn mean?
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
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are the difference between jcl and jes?
Is automatic restart possible in jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
List the various advantages of using jcl language?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are the parameters that are used in creating a gdg?
What is the significance of addrspc parameter in the exec statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What dd statement is used to supply the name of a dataset?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is the function of //jcllib statement?