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 / kiran
As others suggested,
region in the JOB card overrides the region in the Step
only when the Region in step card is gretaer than the
Region in JOB card.
1. Entire job takes - 4k
2. Step 1 takes - 0K ( few environments have settings, with
0K as unlimited space, in this case 4k is assigned to step
1)
3. Step 2 region is overrides by job card region value - 4k
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is “Cond= even” and “Cond=only”?
A dd statement consists of 4 fields. Name them?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is the function of //jcllib statement?
How can unused space allocation be returned to the system when a dataset is closed?
Name a few IBM utility programs, and explain its function.
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what is DSN parameter and DISP parameter is used for?
Is their any limit for data sets?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is the function of dd name parameter with a 2 part structure; audit.report?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Is their any set of rules for dd? Explain.
Is acct parameter mandatory?
Explain the function of //jcllib statement?