M204.1605
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=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 |
ECHO | Displays the line that caused the error |
COMPILE | Compilation error |