MSGCTLU command: Difference between revisions
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>].....") |
RPuszewski (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<span class="pageSubtitle">Setting message output</span> | <span class="pageSubtitle">Setting message output</span> | ||
<p class="note"><b>Note:</b> This command is only available in of <var class="product">[[Model 204]]</var> version 7.9 and above.</p> | |||
==Summary== | ==Summary== |
Latest revision as of 06:02, 1 March 2024
Setting message output
Note: This command is only available in of Model 204 version 7.9 and above.
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 |