The installation of CA‑L‑Serv places the startup procedure, LSVPROC, into the target procedure library YourdeployHLQ.CCCCSPROC. Copy the procedure to SYS1.PROCLIB or any of the system procedure libraries so that it can be accessed when CA‑L‑Serv is started.
The following template is provided:
//LSVPROC PROC PLIB='CAI.CCCSOPTN', (1)/* CA‑L‑Serv PARMLIB */
// AUTHLIB='CAI.CCCSLOAD', (2)/* CA‑L‑Serv LOADLIB */
// MEMB=LDMPARM, (3)/* CA‑L‑Serv parm member*/
// JCL='CAI.CCCSJCL, (4)/* CA‑L‑Serv jcl lib */
// REUSE=YES, (5)/* Reuse CSA */
// SSN=LSRV (6)/* Subsystem name */
//*
//********* CA‑L‑Serv *******************************************
//*
//* Use this procedure to start up L‑Serv using a console command
//*
//***************************************************************
//*
//LSERV EXEC PGM=LDMMAIN,REGION=8M,DPRTY=(15,15),TIME=1440,
// PARM=('ME=&MEMB','REU=&REUSE','SSNM=&SSN')
//*
//STEPLIB DD DSN=&AUTHLIB,DISP=SHR
//LDMCMND DD DSN=&PLIB,DISP=SHR
//SYSPRINT DD SYSOUT=A
//SYSTERM DD SYSOUT=A
//SYSUDUMP DD SYSOUT=A
//INTRDR DD SYSOUT=(A,INTRDR)
//ERRORLOG DD SYSOUT=A
//JCLLIB DD DSN=&JCL,DISP=SHR
To customize the startup procedure
Important! Do not define CA-L-Serv z/OS subsystems using the active IEFSSNxx member of SYS1.PARMLIB because doing so prevents CA-L-Serve and the associated products from initializing successfully.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |