M204.1638
M204.1638 Name required for array with Occurs Unknown
An array defined with the Occurs Unknown clause must have a name following the Array keyword. This name is used in the Identify statement that specifies the number of occurrences.
Response: Add a name to the Array statement, and retry.
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 |