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 / 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 |
Post New Answer View All Answers
What parameter directs the output of the job log dataset?
Can an individual step be restricted from using all the jobs allowed cpu time?
How can values be passed from the job stream to an executable program?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is NOTCAT ?
What are the parameters that are used in creating a gdg?
how to run batch program without jcl?
What is the difference between the positional and keyword parameters? Give examples.
how would you create a temporary dataset? And where will you use them?
What is the maximum length of a single line of jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How jcl is used for testing batch programs?
What is the purpose of dd?
What is the use of symbol // in jcl?
What is job control language?