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 | 1 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 |
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
What all are the changes to be made in JCL so as to do testing?
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
Can you delete the GDG base without deleting GDG generations ?
what do you mean by include statement in jcl?
How do you override a parameter in Positional parameters?
How to see the COMP3 value(packd decimal)
Explain the jcl exec statement?
shall we concordinate two different length dataset in to a new date set.
What is the significance of addrspc parameter in exec statement?
What do you understand by jcl?
what is d/f b/w sysout & sysprint