Why do you want to specify the REGION parameter in a JCL step?
Answer Posted / guest
To override the REGION defined at the JOB card level. REGION
specifies the max region size. REGION=0K or 0M or omitting
REGION means no limit will be applied.
| Is This Answer Correct ? | 48 Yes | 14 No |
Post New Answer View All Answers
what is JCL?
Is it possible to left uncode disp?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How can an in-stream dataset be terminated?
how to compare two datasets without using superce because output is limited to 133 bytes
What do you understand by jcl?
How to pass data to a program that is coded in an exec statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How to override loadlib?
What are the 4 fields in dd statement?
What is job control language?
what is the JCL statement consists of?
How can a stopped job be started again?