JOB Statement purpose (2) - narrative
REGION=
The REGION= operand is used to allocate memory below the 2GB bar. Memory can be requested in units of kilobytes (K) or megabytes (M).
For example REGION=4096K is the same as REGION=4M.
When coded on
the JOB Statement it overrides all values on EXEC statements within the JOB. If omitted in JES2, the likely default will
be from JES2PARM. MEMLIMIT is used to assign memory above the 2GB boundary.
TIME=
The operand has two sub-parameters so could be coded in the following ways:
- TIME=4 - allow 4 minutes
- TIME=(2,30) - allow 2 mns 30 seconds
- TIME=(0,30) - allow 30 seconds
NOTIFY=
This has nothing to do with resource allocation but provides notification of completion to a single user.