When upgrading to CCS r15.0 without an IPL, why is the SETPROG,LPA command necessary
search cancel

When upgrading to CCS r15.0 without an IPL, why is the SETPROG,LPA command necessary

book

Article ID: 47079

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS Common Services

Issue/Introduction

When installing r15.0 of Common Services and upgrading without an IPL, why do I need to issue the SETPROG,LPA commands if the CAW0LPA library does not contain members CAMSQLVL and CAMSCMN?  They are members of CAW0LINK.     

SETPROG LPA,ADD,MODNAME=CAMSQLVL,DSN=LNKLST,PAGEPROTALL,FIXED
SETPROG LPA,ADD,MODNAME=CAMSCMN,DSN=LNKLST,PAGEPROTALL,FIXED

Environment

Release: Common Services-for z/OS r15.0
Component: CA Master 

Cause

The IBM documentation states that the SETPROG ADD,LPA will add the module(s) to dynamic LPA so they are picked up first.

Resolution

Specific to the CA Master component of Common Services, this is a temporary setup since LPA is no longer required for CA Master at z/OS 1.13 and above. The required modules are found in the cai.CAW0LINK library and the next IPL will pick up the updated modules from linklist

 

Additional Information

The SETPROG LPA command is discussed in the IBM Knowledge Center z/OS MVS System Commands under the section Managing dynamic LPA Content.   
Refer to the Common Services r15.0 documentation detailing upgrading to r15.0 without an IPL