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:
|
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. |
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 */
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |