M204.0712: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (remove 0 from token0) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
<LI><var class="term">token2</var> specifies the name of the field within the record.</LI> | <LI><var class="term">token2</var> specifies the name of the field within the record.</LI> | ||
<LI><var class="term"> | <LI><var class="term">token</var> specifies the Model 204 record number that incurred the error.</LI> | ||
</ul> | </ul> | ||
<P> | <P> | ||
Line 12: | Line 12: | ||
<b>File manager response:</b> You can do one of the following:</p> | <b>File manager response:</b> You can do one of the following:</p> | ||
<ul> | <ul> | ||
<li>Correct the FLOD program or input file.</li> | <li>Correct the <var>FLOD</var> program or input file.</li> | ||
<li>Increase the size of the preallocated field which is specified in the LENGTH attribute of the field description.</li> | <li>Increase the size of the preallocated field which is specified in the <var>LENGTH</var> attribute of the field description.</li> | ||
<li>Leave this field out of the preallocated section by not specifying the OCCURS attribute.</li> | <li>Leave this field out of the preallocated section by not specifying the <var>OCCURS</var> attribute.</li> | ||
</ul> | </ul> | ||
<p> | <p> |
Latest revision as of 16:46, 26 March 2018
M204.0712 Value too long in recnum=token, field=token2
Where:
- token2 specifies the name of the field within the record.
- token specifies the Model 204 record number that incurred the error.
A File Load program has encountered an attempt to update field token2, a field in the preallocated section, with a value that exceeds the defined length for token2. The update to token2 did not occur, but the File Load program continues.
File manager response: You can do one of the following:
- Correct the FLOD program or input file.
- Increase the size of the preallocated field which is specified in the LENGTH attribute of the field description.
- Leave this field out of the preallocated section by not specifying the OCCURS attribute.
Note: Changes to the preallocated section requires reorganizing the file.
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 |