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
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what is “Cond= even” and “Cond=only”?
What are the 2 types of parameters in dd statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can unused space allocation be returned to the system when a dataset is closed?
What are the parameters that are used in creating a gdg?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
what is use of space parameter in dd statement?
How jcl work to handle various input output file operations?
What are the rules employed while naming the steps in a job?
how you will the direct the data to spool using sysout option?
Is it possible to left uncode disp? If yes, how?
what is the purpose of coding class parameter in job statement?
Explain the job statement in jcl?