MSIR.0753 Explicit (action) not allowed for class (class): Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
(Automatically generated page update) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
An explicit < | An explicit <var>New</var> or <var>Discard</var> 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 <code>Disallow</code> of <var>New</var> or <var>Discard</var>. | ||
{{Template:MSIR.0753 footer}} | {{Template:MSIR.0753 footer}} | ||
[[Category:MSIR.0600 - MSIR.0799]] |
Latest revision as of 23:34, 3 March 2017
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=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |
ECHO | Displays the line that caused the error |