We have 100 steps in a procedure and we need to run the jcl
and execute only 25th step in the proc and not the
remaining steps. How can we do it?
Answer Posted / indrani
We can copy the PROC into personal library and edit the
proc and put a null card post 25th step. Then make the JCL
use your personal library as the proc and only 25th step
will run and the rest of all steps will be bypassed.
I would recommend this to be the best answer.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
which parameter is use to declare the name of dataset in dd statement?
How to pass data to a program that is coded in an exec statement?
What is notcat 2 - gs?
What is the function of //cntl statement?
what is JCL?
What is the function of dd disp parameter?
What are the rules employed while naming the steps in a job?
Suppose I have five jobs to do. But I want to hold one?
How do you overcome this limitation ?
Does jcl support automatic restart?
How does the jcl specify the job to os?
Where & How Do You Code Identifier In Jcl?
How jcl work to handle various input output file operations?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
i want to store 20 digits . how will u do it in cobol ?