MSIR.0780 END (what) expected: Difference between revisions
Jump to navigation
Jump to search
(Created page with "An <tt>End</tt> statement had no qualifier on it when a qualifier that matched the current block start was expected. While many User Language block structures are automatically t...") |
(Automatically generated page update) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
An < | An <var>End</var> statement had no qualifier on it when a qualifier that matched the current block start was expected. While many [[SOUL]] block structures are automatically terminated by an <var>End</var> without any qualifiers (also ending the compilation), many SOUL OO blocks require the block to be explicitly ended. The explicit ends avoid accidental end of compilation and a flurry of error messages because of a forgotten qualifier on an <var>End</var> statement. | ||
[[Category: | Add the appropriate qualifier to the <var>End</var> statement. | ||
{{Template:MSIR.0780 footer}} | |||
[[Category:MSIR.0600 - MSIR.0799]] |
Latest revision as of 23:34, 3 March 2017
An End statement had no qualifier on it when a qualifier that matched the current block start was expected. While many SOUL block structures are automatically terminated by an End without any qualifiers (also ending the compilation), many SOUL OO blocks require the block to be explicitly ended. The explicit ends avoid accidental end of compilation and a flurry of error messages because of a forgotten qualifier on an End statement.
Add the appropriate qualifier to the End statement.
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 |