Program Management is a component of z/OS that finds load modules needed by a program or application, and loads the modules into virtual storage (unless they are already there). Program Management also links, attaches, and transfers control to the load module. Program Management uses a standard order of search for a load module:
The following illustration shows the Program Management standard order of search. Note that in step 2 of this flowchart, the DASD search may be replaced by an in-storage LLA search. This is the case if the JOB/STEP/TASK libraries are managed by LLA.
Program management follows a standard order of search to locate a program load module. Up to two DASD directory searches might be initiated, one in step 2 and one in step 4. The DASD search in step 2 may be replaced by an in-storage search of LLA.

If Program Management finds the module, it reads the module into virtual storage, unless it is already there. (If LLA manages the library that contains the module, Program Management may obtain the module from the VLF data space. The VLF data space contains frequently requested load modules.) If Program Management does not find the module, it issues an S806 abend for the program or application that invoked the module.
|
Copyright © 2011 CA.
All rights reserved.
|
|