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
How do you overcome this limitation ?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what is DSN parameter and DISP parameter is used for?
Can we call instream to catalog and catalog to instream?
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 ?
which utility is used a dummy utility?
How can a stopped job be started again?
What is the difference between the positional and keyword parameters? Give examples.
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Which dd parameters are required?
is there any way to execute more than one proc in the same exec statement at the same time..?
Are there any set of rules for the names of the steps used in a job?
What is the difference between run mode and addressing mode?
how do you code a null 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?