M204.1233: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 1: | Line 1: | ||
{{Template:M204.1233 skeleton}} | {{Template:M204.1233 skeleton}} | ||
<P> | <P> | ||
An attempt was made to add a field to a non-existent record. This can happen if an | An attempt was made to add a field to a non-existent record. This can happen if an <var>Add</var> statement follows a <var>Delete Record</var> statement in a <var>For</var> loop. It may also occur because another user deletes the record or as a result of an inconsistent file structure. The request is canceled. </P> | ||
<p> | <p> | ||
<b>Response:</b> Check your SOUL logic. If it seems correct and this error occurs again, see your file manager. </p> | <b>Response:</b> Check your SOUL logic. If it seems correct and this error occurs again, see your file manager. </p> |
Latest revision as of 21:03, 6 March 2018
M204.1233 token, bad record number token2 for file fileName
An attempt was made to add a field to a non-existent record. This can happen if an Add statement follows a Delete Record statement in a For loop. It may also occur because another user deletes the record or as a result of an inconsistent file structure. The request is canceled.
Response: Check your SOUL logic. If it seems correct and this error occurs again, see your file manager.
File manager response: Try to find the source of the error. If it seems that the file structure has been damaged, contact your system manager.
System manager response: Call Technical Support. Please have the following documentation available:
- Audit trail
- The SOUL or host language program that caused the error.
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 |
CANCEL | Cancels the user's request |
COUNT | Increments the error count (ERCNT) parameter |