You can use a z/OS modify command to send a message to a single user or all users who are logged in to the CA CSM web-based interface. For example, before you shut down CA CSM for maintenance, you can send a message to all CA CSM users that are logged in to the CA CSM application server to let them know that CA CSM is about to shut down.
To send a message to all CA CSM users currently logged in, enter the following command:
/F jobname,APPL=MSG,message text
Note: To send a message to a single user, add their TSO user ID, for example:
/F jobname,APPL=MSG,TSOuserID,message text
Specifies the name of the CA CSM application server on your system.
Specifies to the CA CSM address space to process this modify request as a messaging request.
(Optional) Specifies the TSO user ID of the person you want to send the message to. If the TSO user ID is not included, the message is sent to all users who are currently logged in to the server.
Specifies a body of a message. Enter free format message text to display to all users logged in to the CA CSM application server, or, if the TSO user ID is included, a single user.
Limitations: Do not include commas, even if you are using quotes for the message text itself.
|
Copyright © 2014 CA.
All rights reserved.
|
|