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
what operation is performed by job statement?
What is the syntax of JCL statement?
What are the 2 types of parameters in dd statement?
How can a stopped job be started again?
How dummy is used in jcl?
how do you access an uncataloged dataset in a jcl?
What statement can be used to send data to another mvs jes3 node?
Is it possible to left uncode disp?
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 ?
when does a dataset go uncataloged?
how to compare two datasets without using superce because output is limited to 133 bytes
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
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?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?