M204.0710
M204.0710 Too many occurrences in recnum=token, field=token2
A File Load program attempted to add too many occurrences of field token2 in the preallocated section. No occurrence was added, and the execution of FASTLOAD continues.
File manager response: The preallocated section can only contain as many occurrences of a field as specified in the OCCURS attribute in the field description. If you want additional occurrences accepted into the Model 204 file, you must reorganize the file and increase the number given in the OCCURS clause for field token2, or omit the OCCURS clause (and optional accompanying LENGTH clause) to allow this field to have a variable number of occurrences on each record.
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 |