In jcl i have 255 steps. In 255 step i declared proc. In proc
i have 20 steps this job is executable or not? why?
Answers were Sorted based on User's Feedback
Answer / pandiyan and stalin
No, the job cannot be excecuted. Because a job a maximum of
255 steps in a program.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / vj
No..!! it will not work..!! at the time of jcl check itself
the error message (EJCK or JJ or JSCAN)
"MORE THAN 255 STEPS IN JOB" will be displayed...
even though if u have proc in the 255th step, the JCL will
not execute... it will end with JCL ERROR...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ch.mohan
no it can't
maximum 255 step using and after in proc we have only 15
time we r using
| Is This Answer Correct ? | 1 Yes | 0 No |
What are some jcl statements that are not allowed in procedures?
How to skip first step of a job? Can we use COND on the first step?
restart logic ?
a dd statement has 2 types of parameters. Name them?
what is SOC4 error?
How do you overcome this limitation ?
How gdg are concatenated?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
If your job fails at particular step then what would be the return code for next steps
What are the kinds of job control statements?