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
Can I send output of job to my remote device careerride123?
which utility is used to sort a file in jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
in ways data can be passed to a COBOL program from JCL?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain the purpose of dd dummy statement?
how you can access an uncataloged dataset in a JCL?
Can we use DISP=SHR in output file in JCL
Where & How Do You Code Identifier In Jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Explain the purpose of the dd keylen parameter?
what sort card you will use to copy the data from one dataset to another dataset?
What do you know about jcl?
when can a job time-out occur? How to overcome that?