SETMSG

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


SETMSG


     Enables or disables the receipt of user or operator messages
     at the standard list device.

SYNTAX


     SETMSG {OFF}
            {ON }


PARAMETERS


OFF                 Sets job or session to quiet mode and blocks the
                    receipt of TELL command messages from other users.

ON                 Enables user or operator messages to be received and
                    displayed at the standard list device.


OPERATION


     Allows job or session to receive or block TELL messages
     from other users.  WARN messages from the system operator
     override quiet mode and are received and displayed.

     This command may be issued from a session, job, in BREAK, or
     from a program.  Pressing [Break] has no effect on this
     command.


EXAMPLE(S)


     To block messages, enter

     SETMSG OFF

     To receive messages, enter

     SETMSG ON

ADDITIONAL INFORMATION


Commands:   SET


Back to Main Index