Previous Topic: Tailor Startup Parameters

Next Topic: Copy and Customize the Startup Procedure

Update the Message Table

The installation of CA‑L‑Serv places the LSERVMSG message member into the target CAI.CCCSOPTN Library. The new message member may need to be copied to an active CA‑L‑Serv PARMLIB so that it can be accessed when CA‑L‑Serv is started.

Customize the following JCL to meet the requirements of your data center:

//LOAD     EXEC PGM=IEBCOPY,REGION=256K
//SYSPRINT DD   SYSOUT=A
//I1       DD   DISP=SHR,
//         DSN=CAI.CCCSOPTN          <=== your Deployed DSN
//O1       DD   DISP=SHR,
//         DSN=CAI.LDMCMND           <=== your Deployed DSN
//SYSUT3   DD   UNIT=SYSDA,
//         SPACE=(CYL,(5,5))
//SYSUT4   DD   UNIT=SYSDA,
//         SPACE=(CYL,(5,5))
//SYSIN    DD   *
  COPY O=O1,I=((I1,R))
  SELECT M=LSERVMSG

If the CA‑L‑Serv parameter data set already contains an older version of the LSERVMSG member, rename it before submitting this JCL.