You can do just that, in the ISPF Command Shell (START 6) with the command:
SEND 'HELLO USER HOW ARE YOU?' USER(XXXXXXX)
(where XXXXXXX stands for the User id)
And Voila! The User ID XXXXXXX gets the message on his/her screen.
Alternatively, You can also give the command ‘TSO SEND 'MESSAGE
What if you want to send the same message to multiple users at the same time?
The command would be: SEND 'MESSAGE
And then you will be prompted to enter the IDs to which you want the message to go to – Just separate each ID by a SPACE.
What if the user is not logged on?
You get the message “USER(S) XXXXXXX NOT LOGGED ON OR TERMINAL DISCONNECTED, MESSAGE CANCELLED”
But don’t worry. You can leave a message for any user to receive when (s)he logs on, by typing: send 'MESSAGE
Are there only Positives and no Down-sides to this command? Of course there are!
First of all, DO NOT enter the command without an user ID (send 'MESSAGE
Then there is the limitation to the length of your message in one SEND command. The text in one SEND is limited to 115 characters.