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 / 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 |
Post New Answer View All Answers
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Differentiate between addressing mode and run mode.
What is catelog procedure and how many catelog procedure to use in one job?
Can an individual step be restricted from using all the jobs allowed cpu time?
Is condition checking possible in jcl?
what is a jcl?
Can I share my data with other jobs? How?
what are the statements that are not valid to be included in an include statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
List in order the hierarchical levels of jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
which utility is used a dummy utility?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?