MSIR.0775 (what) required for (methtype)
(Redirected from MSIR.0775)
A function or property method declaration in a class was not followed by a datatype. Since a function returns something of a specific datatype, and a property can be set to or returns something of a specific datatype, that datatype must be indicated in the function or property declaration.
In the following property declaration, the datatype for the property is indicated by the Is clause at the end as Float:
property temperatureCelsius is float
The keyword is is not required in indicating the property or function datatype. You add the function or property datatype to the declaration.
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 |