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 the significance of addrspc parameter in the exec statement?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
can we modify the code in copy book? if it possible how to submit ofter the modification.
Describe the EXEC statement, its meaning, syntax and keywords?
If job is submitted with typerun = hold then how can we submit the same job?
diff bw vsam and normal flat file?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
How do you create a temporary dataset?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
For how long a job can be executed continuously in a mainframe ?
what are the statements that are not valid to be included in an include statement?
What is a S0C4 error ?