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



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

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

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

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

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

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

Post New Answer

More JCL Interview Questions

How do you access an uncatalogued dataset in a jcl?

0 Answers  


How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,


What is the function of the dd mgmtclas keyword in sms datasets?

0 Answers  


What is COND=EVEN ?

9 Answers   IBM,


If we want to see the eliminated duplicate record thru SORT, how its output file will be managed

6 Answers   Syntel,






How can an in-stream dataset be terminated?

0 Answers  


What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

1 Answers   Accenture,


if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?

2 Answers   ITC Infotech,


I have a File that has duplicate records. I need only those records that occur more than thrice.

3 Answers  


lines(1,cancel)??What is meant by that??Plz explain it....

1 Answers   IBM,


Explain how can return codes be tested before execution of a job step?

0 Answers  


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


Categories