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

Explain how can values be passed from the job stream to an executable program?

0 Answers  


What is the difference between Sysin,Sysout,Sysdbout and Sysudump?

3 Answers  


if the submitter of a job wants to inform another user about the job completion, how can it be done?

0 Answers   IBM,


What does SYSIN * indicate?

2 Answers  


How many days does a job remain in spool

7 Answers   Syntel,






What is notcat 2 - gs?

0 Answers  


How can a stopped job be started again?

0 Answers  


if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario

4 Answers  


What is Backward Referencing ?

3 Answers   HSBC,


how do you access an uncataloged dataset in a jcl?

0 Answers   IBM,


How to pass the parameter in parm using linkage section ? (syntax)?

0 Answers   Infosys,


In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.

4 Answers  


Categories