How can we execute only one step in a job
Answer Posted / chaitanya
in the proc call statement, EXEC PROC, we need to use
stepname.COND=(0,LE) option
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How can values be passed from the job stream to an executable program?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What dd statement is used to supply the name of a dataset?
What is the use of disp parameter?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain how can return codes be tested before execution of a job step?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain how can a jobs execution priority be modified?
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 JCL works?
When space is allocated for an output dataset, what units can be used?
what is use of space parameter in dd statement?
which utility is used to sort a file in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the resolution for sb37 error