what is the default region size if I dont specify region
parametre in my job card ( I know that if I specify
region=0k or 0M, then the job will occupy all he available
resources at the time of job execution), but I want to know
the defult value for "region" paramatre.

Answers were Sorted based on User's Feedback



what is the default region size if I dont specify region parametre in my job card ( I know that if..

Answer / yvrreddy

If no REGION parameter is specified, the system uses the
REGION parameter specified on each EXEC statement.

If no EXEC statement REGION parameter is specified, the
system uses a job step installation default specified at
JES initialization.

Is This Answer Correct ?    17 Yes 3 No

what is the default region size if I dont specify region parametre in my job card ( I know that if..

Answer / arunudhay

it is 4096k or it takes the space which we specify during
the installation of JES.

Is This Answer Correct ?    2 Yes 0 No

what is the default region size if I dont specify region parametre in my job card ( I know that if..

Answer / ashish puri

If the region size specified in the JCL is zero, the region
will be limited by the size of the private area.

Is This Answer Correct ?    0 Yes 3 No

what is the default region size if I dont specify region parametre in my job card ( I know that if..

Answer / muthu

the default value for region is 4MB
source:https://www.cusys.edu/pubs/region2.html

Is This Answer Correct ?    1 Yes 5 No

what is the default region size if I dont specify region parametre in my job card ( I know that if..

Answer / nihar ranjan patra

0k or 0m

Is This Answer Correct ?    1 Yes 12 No

Post New Answer

More JCL Interview Questions

what is force complete

2 Answers   IBM,


What is the DD statement for a output file?

3 Answers  


Which COND paramter will u use to execute the step only if the previous step does not execute

3 Answers   BoA, HSBC,


How jcl work to handle various input output file operations?

0 Answers  


What is S322 abend ?

5 Answers  






What does S0C4 error mean?

8 Answers  


How many types of libraries are there in JCL ?

2 Answers   IBM,


with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?

1 Answers   TCS,


What are the common keyword parameters in both job and exec statements

4 Answers   Cap Gemini,


How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


can we give instream data in procedure

6 Answers   EDS,


what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?

3 Answers   Convergys,


Categories