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.
The SETADDR() function has this syntax:
value = SETADDR(OPS,[identifier])
The SETADDR() function takes these arguments:
Stands for CA OPS/MVS Event Management and Automation.
Current setting of this identifier.
Subsystem ID assigned to the desired CA OPS/MVS Event Management and Automation address space.
The SETADDR() function produces these return codes:
ARG n MISSING OR INVALID
Example
ssid = setaddr('ops') /* Obtain the current ssid */
ssid = setaddr('ops','OPSX') /* Set SSID for test system */
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |