M204.0710: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.0710 skeleton}}
{{Template:M204.0710 skeleton}}
<P>
<P>
A File Load program attempted to add too many occurrences of field <var class="term">token2</var> in the preallocated section. No occurrence was added, and the execution of FASTLOAD continues. </P>
A File Load program attempted to add too many occurrences of field <var class="term">token2</var> in the preallocated section. No occurrence was added, and the execution of <var>FASTLOAD</var> continues. </P>
<p>
<p>
<b>File manager response:</b> 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&nbsp;204 file, you must
<b>File manager response:</b> The preallocated section can only contain as many occurrences of a field as specified in the <var>OCCURS</var> attribute in the field description. If you want additional occurrences accepted into the Model&nbsp;204 file, you must
reorganize the file and increase the number given in the OCCURS clause for field <var class="term">token2</var>, or omit the OCCURS clause (and optional accompanying LENGTH clause) to allow this field to have a variable number of occurrences on each record.  
reorganize the file and increase the number given in the <var>OCCURS</var> clause for field <var class="term">token2</var>, or omit the <var>OCCURS</var> clause (and optional accompanying <var>LENGTH</var> clause) to allow this field to have a variable number of occurrences on each record.  
</p>
</p>
{{Template:M204.0710 footer}}
{{Template:M204.0710 footer}}
<!-- skeleton as it was in pdf/TOO MANY OCCURRENCES FOR FIELDNAME= fieldname IN TABLE B RECORD NO.= record-number/-->
<!-- skeleton as it was in pdf/TOO MANY OCCURRENCES FOR FIELDNAME= fieldname IN TABLE B RECORD NO.= record-number/-->

Latest revision as of 23:44, 27 February 2018

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