MSIR.0758 Class (class), (method) returns no value so can only be used in standalone call: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A method was included as part or all of a User Language expression, but that method does not return a value. Such a method can only be implicitly or explicitly <tt>Called</tt> outside of any expression context. If the object is a member of a system class, check the method documentation to determine its intent. If the object is a member of a User Language class, either correct the method declaration and definition or the statement flagged by this error.
A method was included as part or all of a User Language expression, but that method does not return a value. Such a method can only be implicitly or explicitly <tt>Called</tt> outside of any expression context. If the object is a member of a system class, check the method documentation to determine its intent. If the object is a member of a User Language class, either correct the method declaration and definition or the statement flagged by this error.


[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]
{{Template:MSIR.0758 footer}}
[[Category:MSIR.0600 - MSIR.0799]]

Latest revision as of 23:34, 3 March 2017

A method was included as part or all of a User Language expression, but that method does not return a value. Such a method can only be implicitly or explicitly Called outside of any expression context. If the object is a member of a system class, check the method documentation to determine its intent. If the object is a member of a User Language class, either correct the method declaration and definition or the statement flagged by this error.


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