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
what is a jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
how to compare two datasets without using superce because output is limited to 133 bytes
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How is a type of file defined in the jcl that executes the cobol program?
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?
Is there any command to check wether the ps file is in sorted order?
What parameter directs the output of the job log dataset?
what operation is performed by job statement?
what is use of space parameter in dd statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How jcl work to handle various input output file operations?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what happens in execution stage in job processing?
What is the function of the dd mgmtclas keyword in sms datasets?