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 is concatenating?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is the purpose of disp parameter?
How does the jcl specify the job to os?
what is JCL?
How jcl is used for testing batch programs?
write a jcl to execute a job by 7:00 am on jan 20,1986?
List in order the hierarchical levels of jcl?
Explain the function of job statement in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
how do you access an uncataloged dataset in a jcl?
Explain the purpose of the dd keylen parameter?
List the various advantages of using jcl language?
What is the purpose of dd?