MSIR.0434 Warning: value matches WARN format in FILE (file) record (rec) (field) = (value)

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

This informational message indicates that an update to record number rec in file file for field field was invoked, and that the value being stored does not match the primary nor any ALTERNATE format specified in the SIRFIELD FORMAT and/or RELATE commands for field, but it does match the ERROR format for the field, and ERROR WARN has been specified on the SIRFIELD FORMAT or RELATE command for field.

The update was invoked from User Language or IFAM.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages