if we have a job consist of two steps and each step calling
a proc having 10 steps each then how many steps are counted
only 2 or 22(10+10+1+1)? can we have more than 255 steps in
a single job?
Answers were Sorted based on User's Feedback
Answer / sarath sasidharan
i can expalain you this is an easiy question you have only
one job okey, it consists of two steps then calculate (2+
then it is telling nthat each two steps consists of 10 ie
10*2=20 steps,so 20 + 2 =22 steps correct answer
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / vinod
the no of steps counted are 22 .
if we want to code more than 255 exec the split the jcl to
two and immediate after completion of one check the return
code and intialize to second one .in this way we can
perform.
i think
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / reddy kanupuru
the total no of steps are 22 only.
The job should not consists of more than 255 steps.
(includes the proc steps also)
correct if i am wrong
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sridharaadi
The steps conted: 2
we can not have more than 255 steps in a job.
Cheers,
Aadi
| Is This Answer Correct ? | 8 Yes | 10 No |
What will happen if we write two STOP RUN's in a COBOL program?
wht r s722,s822,s122 and s222 abends pls reply fast
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to read records in reverse order in flat file?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
suppose i have 10 job steps and i want to execute only step 6.How to write?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?