Previous Topic: Environment

Next Topic: Centralized Monitoring of Mainframe and Distributed Systems

Set Up the USS Interface

For CA OPS/MVS to communicate with CCS Event Management, you must set up the USS interface.

Note: This topic provides an overview of how to set up the USS interface. For detailed information, see the Installation Guide.

To set up the USS interface for CCS Event Management

  1. Ensure that Event Management is installed on your system.
  2. Customize the INSTUSEX job in the CNTL data set, and submit it.

    The CA OPS/MVS message exit is copied to the Event Management file system.

  3. Ensure that the following statements are included in your OPSSPA00 program:
    var = OPSPRM("SET","INITUSS","YES")
    var = OPSPRM("SET","USSRULES","YES")
    var = OPSPRM("SET","USSACTIVE","ON")
    

    These changes take effect when CA OPS/MVS is recycled.