How to execute 300 steps in a Job?
Answer Posted / manikandan.d
by using procedure we can execute 300 step since each proc
contain max of 255 steps...
one way :
so here we may use 2 proc to execute 300 steps...
another way:
we may use one proc(255 steps) and remaining steps(45 steps)
just include in a same job after that proc
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
what is the resolution for sb37 error
Which dd parameters are required?
What is the motivation behind coding class parameter in job statement?
How do you overcome this limitation ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
In job processing, what happens in conversion stage?
What are steplib and joblib?
Explain the function of //jcllib statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Is condition checking possible in jcl?
Explain how can a jobs execution priority be modified?
What is job control language?
what are the types of abends that occur on job failure? And explain the possible causes of these
how JCL works?
Is it possible to code instream data in a PROC?