M204.0737
Jump to navigation
Jump to search
M204.0737 Undefined %variable
While checking for each %variable to be processed, it is not found. This can happen for STORE RECORD fieldname=value
pairs or for the Add statement. If the $Enter function is being used, $Enter flushes the rest of the input line and
returns a value of 1. For example, in this request:
$enter(3,'ENTER REAL INCOME','99999',,'xx')
The variables %xx01
, %xx02
, and %xx03
must each appear somewhere in the request.
This message may also be received if the second argument is omitted from the $ArrSize function; if so, supply the second parameter.
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 |