MSIR.1060: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:MSIR.1060 skeleton}}
{{Template:MSIR.1060 skeleton}}
<p>
<p>
Description
An extraneous word has been coded on a command line, in addition to those words that would be expected for the command in question. The following examples are amongst the possible texts that can be displayed with this message:
</p>
</p>
<ul>
<li>A SNAPLIMD command is issued with a parameter in addition to the expected LIST or CLEAR. For example, SNAPLIMD LIST ALL would produce the following message:
<p class="code>MSIR.1060: Unexpected word on  command: "ALL"</p></li>
</ul>
<p>
<p>
<b>Response:</b>
<b>Response:</b>
</p>
</p>
{{Template:MSIR.1060 footer}}
{{Template:MSIR.1060 footer}}

Latest revision as of 14:12, 17 April 2019

MSIR.1060  Unexpected word on token0 command: "token2"

An extraneous word has been coded on a command line, in addition to those words that would be expected for the command in question. The following examples are amongst the possible texts that can be displayed with this message:

  • A SNAPLIMD command is issued with a parameter in addition to the expected LIST or CLEAR. For example, SNAPLIMD LIST ALL would produce the following message:

    MSIR.1060: Unexpected word on command: "ALL"

Response:

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages