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 you can access an uncataloged dataset in a JCL?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Define concatenating?
what is the JCL statement consists of?
In job processing, what happens in execution stage?
Can I send output of job to my remote device careerride123?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the difference between the positional and keyword parameters? Give examples.
Explain the function of the steplib dd statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How do you overcome this limitation ?
what are the types of abends that occur on job failure? And explain the possible causes of these
What are the rules employed while naming the steps in a job?