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
How can a stopped job be started again?
How to override loadlib?
What is job control language?
what is use of dcb parameter in dd statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How do you create a temporary dataset?
What is the function of job statement in jcl?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How jcl work to handle various input output file operations?
What dd statement is used to supply the name of a dataset?
In job processing, what happens in conversion stage?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Differentiate between the joblib and the steplib statements?
In job processing, what happens in execution stage?