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

I have Job A and Job B. I want to trigger Job B from Job A. Please advise.

2 Answers   Wipro,


can we modify the code in copy book? if it possible how to submit ofter the modification.

3 Answers   IBM, L&T,


How to skip first step of a job? Can we use COND on the first step?

3 Answers   iNautix,


Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???

4 Answers  


I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.

4 Answers   TCS,






Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?

8 Answers  


what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 Answers  


how to see the latest generation in gdg?

3 Answers   Deloitte,


whats SOC7?

1 Answers   Patni,


What is the purpose of dd * statement in jcl?

0 Answers  


what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file

3 Answers   Virtusa,


how do u send return code from cobol to jcl ?

2 Answers   TCS,


Categories