| |
GeekInterview.com > Interview Questions > Mainframe > JCL
| Print | |
Question: What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
Answer: 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. |
| July 07, 2008 07:34:09 |
#2 |
| balakrishnaraothota |
Mainframe Expert Member Since: May 2008 Total Comments: 7 |
RE: What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with? |
| region is the keyword parameter used in job and exec statements annd it is for storage purpose region=2096128k default |
| |
Back To Question | |