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 / sangeetha
Region parameter coded in jobcard overrides that at step
level in JCL. so the region parameter coded in jobcard is
considered at each step.
0k or 0M always allows/sets limit to all of the 24-bit/31-
bit virtual storage available to the address space
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
How can a jobs execution priority be modified?
How can a fb file convert to vb file using sort program?
Where can program checkpoints be stored for use in a restart?
What are some jcl statements that are not allowed in procedures?
What is multithreading in jcl?
how would you create a temporary dataset? And where will you use them?
In job processing, what happens in conversion stage?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
which parameter is used to check the syntax of a jcl without executing it?
Explain how can an in-stream dataset be terminated?
Explain the jcl exec statement?
Is automatic restart possible in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How can unused space allocation be returned to the system when a dataset is closed?
Explain the function of the steplib dd statement?