M204.0710

From m204wiki
Jump to navigation Jump to search

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

Back to list of messages