CPSMCONN

The CPSMCONN parameter specifies whether you want CICS® to invoke the specified CICSPlex® SM component during initialization of the region.

Using the CPSMCONN parameter causes the CICSPlex SM component to start during the PLT phase of CICS initialization. This means that MASPLTWAIT and other PLT-related CICSPlex SM parameters are still valid and should be specified as necessary. To understand which user ID the CICSPlex SM agents run under, see Determining the CICSPlex SM agent user ID.

CPSMCONN={NO|CMAS|LMAS|SMSSJ|WUI}
You can initialize the region as one of the following:
  • A CICSPlex SM address space (CMAS)
  • A CICSPlex SM local managed application system (MAS)
  • A CICSPlex SM Web User Interface (WUI) server
  • A CICS System Management Single Server (SMSS)
NO
Do not invoke any CICSPlex SM initialization code in this region.
CMAS
Invoke CICSPlex SM code automatically during CICS initialization to initialize the region as a CMAS. The other information CICSPlex SM needs for a CMAS is taken from the CMAS parameters read from the EYUPARM data set.
Note: If you specify CPSMCONN=CMAS, ensure that your CICS region startup JCL EXEC statement specifies the name of the CICSPlex SM CMAS program, EYU9XECS. For example:
//CMAS    EXEC PGM=EYU9XECS,…,…
LMAS
Invoke CICSPlex SM code automatically during CICS initialization to initialize the region as a local MAS. The other information CICSPlex SM needs for a MAS is taken from the MAS parameters read from the EYUPARM data set.
SMSSJ
Initialize a single CICS region that is not part of a CICSplex as a CICS System Management Single Server (SMSS) and automatically create a Liberty JVM server named EYUCMCIJ as the CMCI JVM server of the region. For more information, see Setting up CMCI in a single CICS region.
WUI
Invoke CICSPlex SM code automatically during CICS initialization to initialize the region as a CICSPlex SM WUI server. The other information CICSPlex SM needs is taken from the MAS and WUI parameters read from the EYUPARM and EYUWUI data sets respectively.

For information about starting CICSPlex SM address spaces, see Installing.