MSIR.0761 ($function) not callable: Difference between revisions
(Automatically generated page update) |
(Automatically generated page update) |
||
Line 9: | Line 9: | ||
{{Template:MSIR.0761 footer}} | {{Template:MSIR.0761 footer}} | ||
[[Category:MSIR.0600 - MSIR.0799]] |
Latest revision as of 23:34, 3 March 2017
The indicated $function as invoked as an explicit or implicit Call, but the $function is not callable. An explicit call is one where the $function name is preceded with the Call statement:
call $listAdd('Whatever')
An implicit call is one where the $function invocation is the only thing in a statement:
$listAdd('Whatever')
See the individual function descriptions in M204wiki for details on which $functions are callable and which ones aren't. Note that the only non-Sirius $functions that are callable are $Setg and $Delg. Since $function callability was only introduced in Sirius Mods Version 6.5, not all $functions for which callability might make sense are defined as callable. If there are $functions which you feel would be useful to be callable but aren't currently, make this suggestion to Technical Support.
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 |