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
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 |
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 |
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 |
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 |
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
Max generations in GDG??
which utility is used to run a cobol-db2 program?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
Name the system library from which modules are retrieved at execution
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
How can the disposition of sysout datasets be set for an entire jobstream?
What do you feel makes a good program?
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?