What is the purpose and meaning of the REGION keyword and
what JCL statement is it associated with?
Answers were Sorted based on User's Feedback
Answer / xyz
Specifies the amount the workspace required by the
operating system to execute the JOB
Value specified will apply to each step
Formats are:
REGION=<value>K
REGION=<value>M
REGION parameter should only be in units of “K” or “M”
indicating Kilobytes or Megabytes of workspace requested;
Results in JCL error if unit is not specified
If omitted, a default value is assigned by the system
If REGION=0M is specified, the system takes the most
optimum space
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / guest
REGION specifies the maximum CPU memory allocated for a
particular job or job step. If REGION is in the JOB card, it
relates to the entire job; if in the EXEC statement, it
relates to the job step.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / remay
Use of REGION=0M in JCL jobcard grants the job
full access to available storage in address space.
| Is This Answer Correct ? | 4 Yes | 1 No |
what is the use of JCL?
What do you understand by the term job time – out and how can you overcome that?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
which utility is used a dummy utility?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
How Can we see all generations of a GDG ?
Why do you want to specify the REGION parameter in a JCL step?
What is COND=ONLY ?
which parameter is use to declare the name of dataset in dd statement?
What will happen if we write two STOP RUN's in a COBOL program?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?