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 does jcl specify the job to the operating system?
Differentiate between the joblib and the steplib statements?
What are some jcl statements that are not allowed in procedures?
When space is allocated for an output dataset, what units can be used?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How to override loadlib?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain how can values be passed from the job stream to an executable program?
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 parameter directs the output of the job log dataset?
Are there any set of rules for the names of the steps used in a job? What are they?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?