M204.1233

From m204wiki
Revision as of 21:03, 6 March 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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=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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages