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.
Answer Posted / 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 |
Post New Answer View All Answers
Explain the function of the dd dcb keyword?
Explain how can a stopped job be started again?
how you will the direct the data to spool using sysout option?
what are the types of abends that occur on job failure? And explain the possible causes of these
Why block size is multiple of lrecl in jcl?
Explain the hierarchy levels in jcl?
Explain the function of //jcllib statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
how you can access an uncataloged dataset in a JCL?
What is the function of the dd avgrec keyword in sms datasets?
What are the parameter we cannot use in procedure?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How can unused space allocation be returned to the system when a dataset is closed?
What is NOTCAT ?