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
How dummy is used in jcl?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How is a type of file defined in the jcl that executes the cobol program?
Describe the various parameters utilized in the creation of a gdg?
What is timing concept in mainframe?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
how would you create a temporary dataset? And where will you use them?
What are the 4 fields in dd statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is the function of the dd avgrec keyword in sms datasets?
How is the record format of an output dataset specified?
What are hierarchy levels in jcl?
How can an in-stream dataset be terminated?
What is the use of symbol // in jcl?
which utility is used to sort a file in jcl?