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 / venkat
in this case step override the job.So first considered to step level.
The Region of entire job takes 4k only.
The region of step1 takes 0k only.
The region of step2 takes 16k.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How gdg are concatenated?
what happens in conversion stage in job processing?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Are there any set of rules for the names of the steps used in a job?
how would you create a temporary dataset? And where will you use them?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is the use of symbol // in jcl?
How can a fb file convert to vb file using sort program?
what is the purpose of coding notify parameter in job statement?
How can the submitting users racf authority be overridden in a job stream?
what is use of disp parameter in dd statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
For what purpose steplib and joblib are used ?