MSIR.0780 END (what) expected: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 3: Line 3:
Add the appropriate qualifier to the <var>End</var> statement.
Add the appropriate qualifier to the <var>End</var> statement.


{{Template:MSIR.0780 footer}}
[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]

Revision as of 21:56, 11 July 2016

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=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