MSIR.0766 (Vartype) can't be Global or Session

From m204wiki
(Redirected from MSIR.0766)
Jump to navigation Jump to search

An attempt was made to declare a variable as Global or Session but that variable was not an object. If the variable is a simple datatype or a structure, that datatype or structure can be embedded inside a class and then an object variable of that class could be declared global. A little awkward, perhaps, but not too difficult. If the variable is an array, it might be easiest to define the variable as a collection, instead. For more information about collections see the Janus SOAP Reference Manual.


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