Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
C.1.53. Error 98 - Execution error.
Explanation:
The language processor detected a specific error during execution. The associated error gives the reason for the error.
The associated subcodes are:
900
message
.
901
Object "
object
" was not correctly initialized.
902
Unable to convert object "
object
" to a double-float value.
903
Unable to load library "
name
".
904
Abnormal termination occurred.
905
Deadlock detected on a guarded method.
906
Incorrect object reference detected.
907
Object of type "
type
" was required.
908
Metaclass "
metaclass
" not found.
909
Class "
class
" not found.
911
Cyclic inheritance in program "
program
".
913
Unable to convert object "
object
" to a single-dimensional array value.
914
Unable to convert object "
object
" to a string value.
915
A message object that was sent a START message cannot be sent another START, SEND, or REPLY message.
916
Message object "
object
" received an error from message "
message
".
917
Incorrect condition object received for RAISE OBJECT; found "
value
".
918
No active condition available for PROPAGATE.
919
Unable to convert object "
object
" to a method.
920
Unable to open file "
file
" for writing; open result was "
error
".
921
Address environment "
address
" does not support input/output redirection.
922
REPLACE or APPEND cannot be specified with a RexxQueue object USING target.
923
Address command redirection failed (
oserror
).
924
Object "
object
" is not a valid ADDRESS WITH INPUT source.
935
REPLY can be issued only once per method invocation.
936
RETURN cannot return a value after a REPLY.
937
EXIT cannot return a value after a REPLY.
938
Message search overrides can be used only from methods of the target object.
939
Additional information for SYNTAX errors must be a single-dimensional array of values.
941
Unknown error number specified on RAISE SYNTAX; found "
number
".
942
Class "
class
" must be a MIXINCLASS for INHERIT.
943
Class "
class
" is not a subclass of "
class
" base class "
class
".
944
Class "
class
" cannot inherit from itself, a superclass, or a subclass ("
class
").
945
Class "
class
" has not inherited class "
class
".
946
FORWARD arguments must be a single-dimensional array of values.
947
FORWARD can only be issued in an object method invocation.
948
Authorization failure:
value
.
951
Concurrency not supported.
952
Circular ::REQUIRES references detected with
name
.
970
External command "
command
" ended with return code
rc
.
971
External command "
command
" failed with return code
rc
.
972
Number
number
has more digits than the current precision.
973
Object "
object
" does not have a string representation.
974
Stream "
object
" is not ready.
975
Missing array element at position
position
.
976
Stem object default value cannot be another stem object.
978
Unable to load method "
name
" from library "
library
".
979
Unable to load routine "
name
" from library "
library
".
980
Unable to load native routine "
name
".
981
Target RexxContext is no longer active.
982
Library "
name
" is not compatible with current interpreter version.
983
Execution thread does not match API thread context.
984
User additions are not allowed to the REXX package.
985
User additions are not allowed to the REXX language classes.
986
Reference to unassigned variable "
name
".
987
Namespace "
namespace
" not found in package "
package
".
988
Class "
className
" not found in namespace "
namespace
".
989
Class
name
is ABSTRACT and cannot be directly created.
990
Class
name
is a metaclass and cannot be made ABSTRACT.
991
Method
name
may only be invoked from a method of the same object or one of its classes.
992
The EXPOSE instruction may only be used from method invocations.
993
The USE LOCAL instruction may only be used from method invocations.
994
Unable to convert object "
object
" to a supplier object.
995
Unable to reference variable "
object
"; it must be an uninitialized local variable.
996
Object "
object
" is not a valid ADDRESS WITH OUTPUT or ERROR target.
997
REPLACE or APPEND cannot be specified with a Stream object USING target.
998
Stem "
object
" does not contain a size count in element 0.
999
Unable to open file "
file
" for reading; open result was "
error
".
Prev
C.1.52. Error 97 - Object method not found.
Up
Home
Next
C.1.54. Error 99 - Translation error.