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 |
what is DSN in JCL and what are the parameters to declare the DSN?
how to resolve soc-7 ? please tell me
i want to store 20 digits . how will u do it in cobol ?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the DD statement for a output file?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
What is a Generation Data Group (GDG)?
What is S322 abend ?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
Name the system library from which modules are retrieved at execution
wht is sysudump n sysout,sysprint ?
How to override loadlib?