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 |
Can we Execute a job without specifying Job Name in the Job Card?
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
wht happens if cond=true ? pls give me with an example ?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Is their any set of rules for dd? Explain.
How do you override a parameter in Positional parameters?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain the purpose of the dd keylen parameter?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
what is DD statement is used in JCL?
How does jcl specify the job to the operating system?