M204.0737

From m204wiki
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=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

Back to list of messages