MSIR.0863 CONSTRUCT only valid in constructor of an extension class

From m204wiki
Jump to navigation Jump to search

The Construct statement was used in an invalid context. As the message suggests, it can only be used inside a constructor, and that constructor has to belong to an extension class, since the Construct statement must contain the name of the base class for which the constructor is to be run.


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