MSIR.0848 Invalid InternalNames statement: Difference between revisions
Jump to navigation
Jump to search
Automatically generated page update |
Automatically generated page update |
||
| (One intermediate revision 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>. | ||
{{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=0 | Sets online return code |
|---|---|
| RETCODEB=4 | Sets batch (single user) return code |
| CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
| AUDITER | Writes the message with line type ER to the audit trail |
| COUNT | Increments the error count (ERCNT) parameter |
| ECHO | Displays the line that caused the error |