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
What is the function of the dd mgmtclas keyword in sms datasets?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the significance of addrspc parameter in the exec statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the purpose of dd dummy statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
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 ?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain the purpose of dd dummy statement?
What is concatenating?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Can we use DISP=SHR in output file in JCL
What is NOTCAT ?
What is the difference between the positional and keyword parameters? Give examples.