Tso Commands
Tso Commands
Can I add an utility that allow everyone to see all the system and user information?
Hi All,
As a follow up to the above posts I am just adding one more tip on sending messages in
MVS.
Send a message to a TSO user. In this cmd, the message is cancelled if the user is not
logged on.
Code:
SEND USER (USERID) ‘message’
Send a message to another user, so that if the user is not logged on currently, the message
will be delivered when the user logs on.
Code:
SEND USER (USERID) ‘message’ LOGON
Code:
LISTBC