MSIR.0753 Explicit (action) not allowed for class (class)

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

An explicit New or Discard was issued against an object variable, but the class does not allow the specified method to be explicitly invoked. If the object is a member of a system class, check the class documentation to determine how and when instances of the class are instantiated or discarded. If the object is a member of a user defined class, determine if there is a good reason for the Disallow of New or Discard.


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