InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|