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?
Answer Posted / 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 |
Post New Answer View All Answers
How can an in-stream dataset be terminated?
How can the disposition of sysout datasets be set for an entire jobstream?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what are the statements that are not valid to be included in an include statement?
What is the motivation behind coding class parameter in job statement?
How do you create a temporary dataset?
Name a few IBM utility programs, and explain its function.
What is the function of //cntl statement?
What is multithreading in jcl?
What is the difference between run mode and addressing mode?
What is the function of //jcllib statement?
What are the jcl procedures?
How to pass the parameter in parm using linkage section ? (syntax)?
What are steplib and joblib? What for they are used?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain