M204.1581

From m204wiki
Jump to navigation Jump to search

M204.1581  Image depending variable negative or exceeds maximum

During evaluation of a SOUL Read Image statement, Model 204 encountered an illegal value in an image item or %variable mentioned in a Depending On clause of the image definition. The value was negative or larger than the maximum size of the array.

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 insure 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