if in a job, region is mentioned in both jobcard and in
step then which is cosidered at the step level?
A job has region 4k in jobcard and step1 with region 0k and
step2 with 16k, then what is the region allocated for the
entire job?
what is the region step1 takes?
what is the region step2 takes?
Answer Posted / arjun
As we all know, job always overrides step.
then step 1 will take 0 bytes...but if 0 bytes is not sufficient in execution of that step then it goes to job 4k...
it prefers 0 but if not sufficient then 4k
Same case with step 2.
first checks 16k if it is ok for execution then fine else gives an error as 4k is anyhw not sufficient.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How to run cobol program using jcl?
Is it possible to define dd statements as you want?
In job processing, what happens in execution stage?
Explain how can values be passed from the job stream to an executable program?
In job processing, what happens in conversion stage?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Explain about LMQUERY�give a dialog information about a data set
What is the maximum length of a single line of jcl?
How to submit a jcl from cics?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How do you overcome this limitation ?
How do you access an uncatalogued dataset in a jcl?
What is NOTCAT ?
what is use of dcb parameter in dd statement?
Explain the function of a dd statement?