M204.1605

From m204wiki
Revision as of 22:55, 8 March 2018 by JAL (talk | contribs) (add <var>s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1605  At position not valid within an array

An image item within an array is defined with an At clause that specifies a numeric position. Within an array, the At clause must specify the name of another item or array in the same array as the item being defined.

Response: Correct the image definition to eliminate the At position clause. Use the At name clause to place an item at the same position as another item that is already defined. A Skip statement with an At clause can be used to place an item somewhere other than the beginning of another item.

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
COMPILECompilation error

Back to list of messages