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

Can you code instream data in a PROC ?

10 Answers  


using cursor how can you fetch more than one record into a variable

3 Answers   Syntel,


proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code

2 Answers  


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

1 Answers   IBM,


On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?

2 Answers  






01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

1 Answers  


what is the difference between return code and maxcc?

2 Answers   iGate,


How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.

1 Answers  


Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?

5 Answers   Cognizant,


1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent

4 Answers   Mind Tree,


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

0 Answers  


What is Cataloged Procedures?

0 Answers  


Categories