Previous Topic: Set Up the LOGR Exit and LinklistNext Topic: Start Your Product


Add Startup Procedure to System Procedure Library

Note: If you configured CA SYSVIEW using MSM, the system procedures were already copied to the library specified during the configuration.

Update the startup procedures and add them to one of the system procedure libraries. The CA SYSVIEW main address space performs the data collection for z/OS, JES2, CICS, IMS, WebSphere MQ, and TCP/IP.

You can start the CICS and VTAM interfaces from:

This procedure guides you through adding a startup procedure to a system procedure library.

Follow these steps:

  1. Copy the PROC from the data set sysview.SAMPJCL into one of your system procedure libraries.
    SYSVIEW PROC Member

    Contains the JCL used to start the CA SYSVIEW main services address space.

    MEM Keyword Default: SYSVIEW

    COMMNDxx Member Entry: COM='S SYSVIEW,REUSASID=YES'

    SYSVUSER PROC Member

    Provides the list of default CA SYSVIEW functions and tasks that are started during the initialization.

    MEM Keyword Default: SYSVUSER

    COMMNDxx Member Entry: COM='S SYSVUSER'

  2. Point the MEM keyword on the PROC statement to a member in the sysview.CNM4BPRM data set that contains initialization parameters for the address space.

    Note: For more information about the CA SYSVIEW address space, see the Administration Guide.

  3. Review the initialization parameters before you start the address space.
  4. If you want to start the address space automatically at IPL, add the start command to the COMMNDxx member in SYS1.PARMLIB.

    Note: For more information about the COMMNDxx member in SYS1.PARMLIB, see the appropriate IBM guide.

The initialization (startup) procedures are added to the system procedure library.