MSIR.0792 (methname) in class (class) never defined: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The indicated method was declared in a <tt>Public</tt>, <tt>Private</tt>, <tt>Public Shared</tt>, or <tt>Private Shared</tt>, block, and the method was actually invoked but the m...") |
(Automatically generated page update) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
The indicated method was declared in a < | The indicated method was declared in a <var>Public</var>, <var>Private</var>, <var>Public Shared</var>, or <var>Private Shared</var>, block, and the method was actually invoked but the method was never defined. That is, the actual code for the method was never provided. Possibly, an <tt>Include</tt> for the procedure that contained the method definition was omitted. Either add the required <tt>Include</tt> or define the method code. | ||
[[Category: | {{Template:MSIR.0792 footer}} | ||
[[Category:MSIR.0600 - MSIR.0799]] |
Latest revision as of 23:34, 3 March 2017
The indicated method was declared in a Public, Private, Public Shared, or Private Shared, block, and the method was actually invoked but the method was never defined. That is, the actual code for the method was never provided. Possibly, an Include for the procedure that contained the method definition was omitted. Either add the required Include or define the method code.
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 |