gtpi1m3f | System Installation Support Reference |
The extra program record report exit, UELI, makes it possible to report on
how many extra program records are available. Extra program records are
obtained from the #XPRGn fixed file record type. This user exit
also makes it possible to report on how many #APRGn records (used to
store ADATA files) are available.
UELI is called by:
- The online portion of the general file loader (ACPL) at the very end of
the load process
- The online portion of the auxiliary loader (CIL1) after the E-type
programs have been loaded
- The E-type loader at the end of ZOLDR ACCEPT phase 1 before
scheduling ZOLDR ACCEPT phase 2.
Input
- R6
- Parameter list containing the following:
- Total number of #XPRGn records allocated for the program base
- Number of available #XPRGn ordinals remaining
- Indicator for whether the master extra program record was read
successfully
- Program base indicator
- Total number of #APRGn records allocated for the program base
- Number of available #APRGn ordinals remaining
- Indicator for whether the master #APRGn record was read
successfully.
Programming Considerations
- UELI is an assembler segment.
- Control must be returned to the caller.
Return Values
None.