Use this command to change the following E-type loader values:
- Extra program allocation table (PAT) slot threshold percentage
- E-type loader fixed file record threshold percentage
- Number of incompatible PAT slots reported during the E-type loader
load function before the function is ended
- Number of mismatched program allocation characteristics reported during
the E-type loader load function
- Time interval for starting the E-type loader police routine
- Time interval for starting the E-type loader long-running job detection
routine and the E-type loader reclaim detection routine.
Requirements and Restrictions
None.
Format
- Xpat Threshold pp
- changes the extra PAT slot threshold percentage, where pp is the
percentage. When the number of available extra PAT slots falls below
the specified percentage, the TPF system issues an attention message.
- Record Threshold pp
- changes the E-type loader fixed file record threshold percentage, where
pp is the percentage. When the number of E-type loader fixed
file records falls below the specified percentage, the TPF system issues an
attention message.
- PAt Report nn
- changes the maximum number of incompatible PAT slots the system reports
before ending the E-type loader load function and the maximum number of
mismatched program allocation characteristics the system reports during the
E-type loader load function, where nn is a decimal value from
1-99.
- POlice time
- changes the time interval for starting the E-type loader police routine,
where time is a time interval from 1-999 seconds.
- Detect time
- changes the time interval for starting the E-type loader long-running job
detection routine and the E-type loader reclaim detection routine, where
time is a time interval from 1-999 seconds.
- Note:
- The time interval for the E-type loader long-running job detection routine
and the E-type loader reclaim detection routine must be a multiple of the time
interval for the police routine.
Additional Information
- Online help information is available for this command. To display
the help information, enter one of the following:
ZOLDR HELP
ZOLDR ?
- All changes take effect immediately.
- The values changed using the ZOLDR ALTER command affect all
subsystems.
Examples
The E-type loader fixed file record threshold percentage is changed
to 5% in the following example.
+--------------------------------------------------------------------------------+
|User: ZOLDR ALTER RECORD THRESHOLD 5 |
| |
|System: OLDR1016I 19.39.59 ALTER REQUEST RECEIVED |
| OLDR5007I 19.39.59 CLDT - VALUE ALTERED SUCCESSFULLY |
| OLD VALUE - 0 |
| NEW VALUE - 5 |
| THE NEW VALUE TAKES EFFECT IMMEDIATELY |
+--------------------------------------------------------------------------------+
In the following example, the time interval for starting the E-type loader
police routine is changed to 2 seconds. The time interval for starting
the E-type loader long-running job detection routine and the E-type loader
reclaim detection routine is changed to 4 seconds.
+--------------------------------------------------------------------------------+
|User: ZOLDR ALTER POLICE 2 DETECT 4 |
| |
|System: OLDR1016I 19.39.59 CELA - ALTER REQUEST RECEIVED |
| OLDR5005I 19.39.59 CLDT - VALUES ALTERED SUCCESSFULLY |
| OLD VALUES - 10 AND 20 |
| NEW VALUES - 2 AND 4 |
| THE NEW VALUES TAKE EFFECT IMMEDIATELY |
+--------------------------------------------------------------------------------+
Related Information
See TPF System Installation Support Reference for
more information about the E-type loader.