How to execute 300 steps in a Job?
Answer Posted / lalith
one job can execute max. of 255 steps only...
so we cant execute 300 steps in one job...
we can solve this using procs...
1). we can write some steps in one proc and remaining in
another procs call these two procs in one job then we can
execute 300 steps.
2). we can write 255 steps in one proc and remaining steps
in job....
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
how can the same proc be re-used and called by many jobs?
what is JCL?
Mention the types of job control statements?
what is DSN in JCL and what are the parameters to declare the DSN?
what is “Cond= even” and “Cond=only”?
Explain in DD statement what is the use of DCB parameter?
what is the JCL statement consists of?
how you can access an uncataloged dataset in a JCL?
Explain how can the submitting users racf authority be overridden in a job stream?
I need exexution process for JCL programs
Explain the function of //jcllib statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to pass data to a program that is coded in an exec statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?