What is the purpose and meaning of the REGION keyword and
what JCL statement is it associated with?
Answer Posted / xyz
Specifies the amount the workspace required by the
operating system to execute the JOB
Value specified will apply to each step
Formats are:
REGION=<value>K
REGION=<value>M
REGION parameter should only be in units of “K” or “M”
indicating Kilobytes or Megabytes of workspace requested;
Results in JCL error if unit is not specified
If omitted, a default value is assigned by the system
If REGION=0M is specified, the system takes the most
optimum space
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
in ways data can be passed to a COBOL program from JCL?
How is the record format of an output dataset specified?
Name a few IBM utility programs, and explain its function.
Is it possible to left uncode disp?
can any one plzzzzzz tell the jcl code for creating ps using idcams
How to run cobol program using jcl?
how JCL works?
Can an individual step be restricted from using all the jobs allowed cpu time?
Mention the types of job control statements?
What dd statement is used to supply the name of a dataset?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Which dd parameters are required?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is use of dcb parameter in dd statement?