Previous Topic: CAMASTER Operational OverviewNext Topic: Optional CAIMST20 Logical Parmlib Concatenation Member


Optional CAIMST00 Parmlib Member

You can optionally add a CAIMST00 member to logical PARMLIB to override the default values and behavior of the CAMASTER address space.

The CAIMST00 member can contain a CAMSINIT control statement and comments. Place CAIMST00 in your installation logical PARMLIB concatenation.

The following example control statement illustrates all the defaults that would be in effect if the CAIMST00 member is omitted:

CAMSINIT  START,             /* Start up at IPL time       */
          JOBNAME(CAMASTER)  /* Job name to use            */

Under unusual conditions, the CAIMST00 can be set up with "NOSTART" rather than "START" to prevent the CAMASTER address space from starting. If CAMASTER is not started, other CA Common Services, including CAIRIM, and some CA products, fail to initialize. Only use the "NOSTART" parameter under advice from CA technical support or under diagnostic circumstances where you do not start any CA common services or CA Technologies products for all or a portion of the life of the IPL.

Maintenance Applied to a CAMASTER Dynamic LPA-Resident Module

The CAMASTER modules are loaded into dynamic LPA during the CAMASTER system address space initialization processing. If you apply maintenance to any of the modules that are dynamic LPA resident, issue the following MVS console command after LLA has been refreshed:

SETPROG LPA,ADD,MODNAME=module,DSNAME=LNKLST,FIXED,PAGEPROTALL

Normally, if any maintenance requires this action, the instructions accompanying the PTF advise you.