Previous Topic: Step 3: Install the PMOMON ISPF Panel (Optional)Next Topic: Step 5: Edit and Copy the CA PMO Startup Procedure


Step 4: Set Up Automatic LLA Refreshes (Optional)

Note: If you do not want CA PMO to automatically refresh LLA after module and library updates, skip this step and go on to the next step.

If you want CA PMO to automatically refresh LLA following library and module updates, follow these steps:

  1. Specify the following CA PMO parameters:
    REFDELAY=LLA refresh delay
    LLAPRMLB=data set name
    LLA=AUTO
    OPERMSG=NO
    

    For more information about these parameters, see the chapter "Using Parameters" in the CA PMO Systems Programmer Guide.

  2. Edit the IEFPARM data set on each system that runs CA PMO.

    This data set is specified on the //IEFPARM DD statement in the LLA startup procedure. Typically, your IEFPARM data set is SYS1.PARMLIB, but your site may be using another data set.

    Specify the following three members in the IEFPARM data set of each system:

    CSVLLA1P
    CSVLLA2P
    CSVLLA3P
    

Each of these members should contain the following statement:

PARMLIB(data.set) SUFFIX(xP)

Note: CA PMO automatically adds members to the data set you specified for the LLAPRMLB parameter. Do not manually add these members.

For more information on LLA refreshes, see the discussions of the LLA parameter and the OPERMSG parameter in the chapters "Using Parameters" and "Tuning CA PMO" in the CA PMO Systems Programmer Guide.