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 |
how to resolve sb37,sd37 se37 abends
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
What is job control language?
when does a dataset go uncataloged?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
Describe the DD statement, its meaning, syntax and keywords?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
What is the function of a dd statement?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
How to execute step2,step1,step3 when step1,2&3 are in order