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
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
is there any way to execute more than one proc in the same exec statement at the same time..?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
i want to store 20 digits . how will u do it in cobol ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain about ISPF/TSO Commands
How to override loadlib?
What is the significance of addrspc parameter in the exec statement?
How can the submitting users racf authority be overridden in a job stream?
What do you know about jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is jcl in mainframe?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What are the parameters that are used in creating a gdg?