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 / muthu
the default value for region is 4MB
source:https://www.cusys.edu/pubs/region2.html
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the maximum length of a single line of jcl?
whats the diff bw the evaluate also and and?
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 DSN parameter and DISP parameter is used for?
In sms datasets, what is the function of the dd avgrec keyword?
What is the format of comment statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What do you understand by jcl?
which utility is used a dummy utility?
What are the 4 fields in dd statement?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Which dd parameters are required?
How does the jcl specify the job to os?
What does a disposition of (MOD,DELETE,DELETE) mean ?