What is the purpose and meaning of the REGION keyword and
what JCL statement is it associated with?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can values be passed from the job stream to an executable program?

634


When output dataset space is required, what quantity categories are used?

834


how can the same proc be re-used and called by many jobs?

915


What is use of restart and how to use it?

774


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1591






what is use of dcb parameter in dd statement?

780


When space is allocated for an output dataset, what units can be used?

757


How can the disposition of sysout datasets be set for an entire jobstream?

847


How does jcl act on code(if you take a cobol program)?

713


What are the parameters that are used in creating a gdg?

743


How dummy is used in jcl?

651


Is condition checking possible in jcl? If yes, how?

739


Are there any set of rules for the names of the steps used in a job?

639


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1954


Explain how can a stopped job be started again?

640