MSIR.0327 Unexpected word on SIRFIELD (subcmd) command (input): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This message indicates that a SIRFIELD ''''subcmd'''' command was issued, and that some keyword, or the end of the command, was expected, but instead the command contained ''''input'''', which can be either: <ul> <li>'''(null string)''' - to indicate that a pair of apostrophes was found - "''" <li>''':''' ''''word'''' - to indicate that the word or phrase ''''word'''' was found. </ul>  
This message indicates that a SIRFIELD '''''subcmd''''' command was issued, and that some keyword, or the end of the command, was expected, but instead the command contained '''''input''''', which can be either: <ul>  
<li><code>(<i>null string</i>)</code> &mdash; to indicate that a pair of apostrophes was found &mdash; <code>''</code>
<li><code>: ''word''</code> &mdash; to indicate that the word or phrase ''word'' was found </ul>  


The command is rejected.
The command is rejected.


[[Category:Sirius Mods messages]] [[Category:MSIR.0200 - MSIR.0399]]
{{Template:MSIR.0327 footer}}
[[Category:MSIR.0200 - MSIR.0399]]

Latest revision as of 23:08, 3 March 2017

This message indicates that a SIRFIELD subcmd command was issued, and that some keyword, or the end of the command, was expected, but instead the command contained input, which can be either:

  • (null string) — to indicate that a pair of apostrophes was found —
  • : word — to indicate that the word or phrase word was found

The command is rejected.


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