The Auxiliary Storage Lower Limit exit program is called when the available storage in the system auxiliary storage pool (ASP) goes below the lower limit. The exit program is called only if the QSTGLOWACN system value is set to *REGFAC. The lower limit is specified by the QSTGLOWLMT system value.
When the storage lower limit is reached, the operating system submits a job that calls the user-written exit program through the registration facility. There are no input or output parameters.
This exit point supports any number of exit programs. (For information about adding an exit program to an exit point, see the Registration Facility APIs.)
If available storage in the system ASP is still below the auxiliary storage lower limit after the exit program has completed, another job is submitted to call the exit program after half an hour. (Changing the QSTGLOWACN and QSTGLOWLMT system values can cause the exit program to run again during this time.) Otherwise, the exit program will be called when available storage goes below the limit again.
The job is submitted to run in the QSYSWRK subsystem (using the QSYSJOBD job description) under the QPGMR user profile. No other action is taken if the job does not run.
Notes:
None.
Top | Work Management APIs | APIs by category |