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 a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?

10 Answers   iGate,


how to run JCL thru COBOL.

1 Answers   Patni,


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?

2 Answers   IBM,


I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?

1 Answers  






How many instream we can write in single jcl?

1 Answers  


How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above

3 Answers   HSBC,


What all are the changes to be made in JCL so as to do testing?

2 Answers   TCS,


Can we write same stepname for one or more steps in on job ?

2 Answers  


I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.

2 Answers   Cognizant, Wipro,


Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?

13 Answers   CGI, DSRC, IBM,


what is the Difference between SYSIN and PARM ?

5 Answers   IBM,


Categories