MSIR.0855 Class (classname) had (operation), but contains a direct or indirect reference to class (classname), which is not (capability)

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

An operation (such as a DeepDiscard) was performed against a class, or a rule for an operation (such as Allow DeepCopy) was provided for a class, and the operation or rule must be allowed on all classes that are referenced either directly or indirectly from the class (via Object variables). But some of these directly or indirectly referenced classes don't allow the operation or rule.

For example, class X might have an Allow DeepCopy, but it also contains a variable of Object Y, and class Y does not have an Allow DeepCopy. Either correct the directly or indirectly referenced classes to allow the operation or rule, or eliminate the operation or rule from the indicated class.


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