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
which utility is used to run a cobol-db2 program?
Are there any set of rules for the names of the steps used in a job?
what is the use of JCL?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
a dd statement has 2 types of parameters. Name them?
What is the difference between run mode and addressing mode?
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 to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How can unused space allocation be returned to the system when a dataset is closed?
Give the syntax of job specifying jcl statement.
when does a dataset go uncataloged?
Why block size is multiple of lrecl in jcl?
how to do automated restart when a job abends?
Explain the purpose of dd * statement in jcl?
Why include statement is used in a jcl?