MSIR.0417 New exception value (value) for (field) matches a format and so can't be added after records have been added to the file

From m204wiki
(Redirected from MSIR.0417)
Jump to navigation Jump to search

This message indicates that a SIRFIELD FORMAT or RELATE command was issued for field field with an EXCEPTIONS clause containing value, and that the command could not succeed because it matches the primary format, an alternate format, or the error format, but records have been added to the file.

Exception values which match a format can only be defined before records are added to the file. This is a very rare error message; if you receive it you should review the use of format-matching values as exception values, as discussed in the Sir2000 Field Migration Facility Reference Manual. If you want to define value as an exception value for field, you must re-INITIALIZE the file and re-execute the series of SIRFIELD commands for the file.

The command is rejected.


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