M204.1580

From m204wiki
Jump to navigation Jump to search

M204.1580  Image depending variable not numeric

During evaluation of a SOUL Read Image statement, Model 204 encountered a non-numeric value in an image item or %variable mentioned in a Depending On clause of the image definition.

Response: If the depending variable is a %variable, set the value before the Read Image statement is executed and retry the request. If the depending variable is in a record being read and the data cannot be corrected, use the OCCURS UNKNOWN form of array definition, and verify that the depending variable is a valid number before using it in an Identify statement.

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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages