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 are JCLLIB and STEPLIB in JCL?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain the function of dd disp parameter?
What is the use of symbol // in jcl?
What is the motivation behind coding class parameter in job statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How do you submit a job for execution?
What is timing concept in mainframe?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
what is the resolution for sb37 error
What is the purpose of dd?
What is notcat 2 - gs?
Explain the job statement in jcl?
How do you create a temporary dataset?
Which dd parameters are required?