MSIR.0848 Invalid InternalNames statement: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
This error can also occur inside the <var>InternalNames</var> block, if the name mappings don't have the proper <var class="term">%internalName</var> is <var class="term">%parmName</var> format. Finally, this error can occur on the <var>End InternalNames</var> statement, if there is text in this statement after the word <code>InternalNames</code>.  
This error can also occur inside the <var>InternalNames</var> block, if the name mappings don't have the proper <var class="term">%internalName</var> is <var class="term">%parmName</var> format. Finally, this error can occur on the <var>End InternalNames</var> statement, if there is text in this statement after the word <code>InternalNames</code>.  


[[Category:Sirius Mods messages]]
{{Template:MSIR.0848 footer}}
[[Category:MSIR.0800 - MSIR.0999]]

Latest revision as of 23:35, 3 March 2017

An InternalNames statement was followed by something on the same line. Since the InternalNames statement has no parameters or options, it must appear alone in a line of SOUL. Remove the text after the Internalnames statement.

This error can also occur inside the InternalNames block, if the name mappings don't have the proper %internalName is %parmName format. Finally, this error can occur on the End InternalNames statement, if there is text in this statement after the word InternalNames.


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
ECHODisplays the line that caused the error

Back to list of messages