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 |
Explain about LMQUERY�give a dialog information about a data set
suppose i have 10 job steps and i want to execute only step 6.How to write?
Name the system library from which modules are retrieved at execution
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
At what stage, operator can change the class and priority of a submitted job?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
How do you skip a particular step in a proc/JOB?
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
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?
which parameter is use to declare the name of dataset in dd statement?
In job processing, what happens in execution stage?