MSIR.0867 Class (classname) (maybe) not constructed

From m204wiki
(Redirected from MSIR.0867)
Jump to navigation Jump to search

A Return statement for a constructor or the End statement ending a constructor was encountered, but no Construct statement was found for one of the base classes. Or, the Construct statements for the base class are in some but not all clauses of an If statement. Or, Construct statements for the base class were in some clauses of an If statement, but that If statement did not have an Else clause.

All these conditions indicate that it would be theoretically possible to run the constructor and not Construct all base classes. For more information, see Inheritance and constructors.


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