What is the purpose and meaning of the REGION keyword and
what JCL statement is it associated with?
Answer Posted / guest
REGION specifies the maximum CPU memory allocated for a
particular job or job step. If REGION is in the JOB card, it
relates to the entire job; if in the EXEC statement, it
relates to the job step.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
how JCL works?
Is automatic restart possible in jcl?
How would you understand error(execution phase)?
How can the submitting users racf authority be overridden in a job stream?
how you can direct the data to spool using SYSOUT option?
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.
What is condition checking in jcl? Is this possible?
which utility is used a dummy utility?
When space is allocated for an output dataset, what units can be used?
How can an in-stream dataset be terminated?
What is Cataloged Procedures?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
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 statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How to override loadlib?