Previous Topic: SCRASID()

Next Topic: SECURITY()

SETADDR()

Use the SETADDR() function to inspect and set the destination for ADDRESS commands and functions that may communicate with CA OPS/MVS Event Management and Automation.

Syntax

The SETADDR() function has this syntax:

value = SETADDR(OPS,[identifier])

Arguments

The SETADDR() function takes these arguments:

OPS

Stands for CA OPS/MVS Event Management and Automation.

value

Current setting of this identifier.

identifier

Subsystem ID assigned to the desired CA OPS/MVS Event Management and Automation address space.

Usage Notes

Return Codes

The SETADDR() function produces these return codes:

101 - 102

ARG n MISSING OR INVALID

Example

ssid = setaddr('ops')          /* Obtain the current ssid  */
ssid = setaddr('ops','OPSX')   /* Set SSID for test system */