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
Explain the job statement in jcl?
What is the motivation behind coding class parameter in job statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Is it possible to left uncode disp? If yes, how?
What is the difference between run mode and addressing mode?
List in order the hierarchical levels of jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is catelog procedure and how many catelog procedure to use in one job?
what are the various stages of job processing?
When space is allocated for an output dataset, what units can be used?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is the function of the dd avgrec keyword in sms datasets?
Explain the purpose of dd * statement in jcl?
List the different jcl statements that are not permitted in the procedures?