MSGCTLU command: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
RPuszewski (talk | contribs)  Created page with "<span class="pageSubtitle">Setting message output</span>  ==Summary== <dl> <dt>Privileges <dd>User <dt>Function <dd>Displays or specifies the actions to be taken when <var class="product">Model 204</var> produces a particular error or informational message on this user's thread. </dl>  ==Syntax== <p class="syntax">MSGCTLU [OFF] | {M204 | USER | MSIR}.<span class="term">msg-number</span>   [<span class="term">msg-option</span> [<span class="term">msg-option</span>]....."  | 
			
(No difference) 
 | 
Revision as of 05:57, 1 March 2024
Setting message output
Summary
- Privileges
 - User
 - Function
 - Displays or specifies the actions to be taken when Model 204 produces a particular error or informational message on this user's thread.
 
Syntax
MSGCTLU [OFF] | {M204 | USER | MSIR}.msg-number [msg-option [msg-option]... ]
Where:
| OFF | Removes all MSGCTLU specified messages from processing. | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| M204 | A standard Model 204 message. | ||||||||||||||||
| USER | A user message. | ||||||||||||||||
| MSIR | A Sirius message. | ||||||||||||||||
| msg-number | The four-digit number of the message. | ||||||||||||||||
| msg-option | If none of the options are specified, the current options are displayed (V7.9 or later).
 Otherwise, one of the following: 
 Syntax notes
 ExampleThe following V7.9 example displays the current options for the standard Model 204 password prompt: MSGCTLU M204.0347 Which returns: MSGCTLU M204.0347 NOCAN NOOPR NOCOUNT PREFIX TERM NOSAVE NOSNAP NODUMP RETCODEB=0 RETCODEO=0 CLASS=P AUDIT AUDITMS NOUPPER The following example suppresses the display of the message on the user terminal: MSGCTLU M204.0347 NOTERM Usage notes |