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?
Answer Posted / 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 |
Post New Answer View All Answers
What is the function of the steplib dd statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Name what parameter directs the output of the job log dataset?
What is the use of symbol // in jcl?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is timing concept in mainframe?
What is the difference between run mode and addressing mode?
what sort card you will use to copy the data from one dataset to another dataset?
Is acct parameter mandatory?
Which statement is used to identify the private libraries in job?
What is the purpose of the dd keylen parameter?
Can we use DISP=SHR in output file in JCL
how you will the direct the data to spool using sysout option?