Previous Topic: Integrating with CA OPS/MVS Event Management and AutomationNext Topic: Issue a Command on a Remote CA NSM


Write a Message to a Remote CA Technologies Computer with an Active Web Server

This example writes a message to a remote CA Technologies computer with an active web server:

)USS IMW3536I
)PROC
/* Inform a remote Unicenter NSM that a IBM HTTPD server is active */
   MSGTXT = 'OPSAUTO1 IBM HTTPD server initialized at ' TIME()
   Address USS
   “WTO TEXT('”MSGTTEXT”') NODE(NSMNODE) “
end
return “Normal”