MSIR.0422 ALTERNATES not allowed on SIRFIELD (subcmd) command because ERROR format already specified and records have been added to the file

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

This message indicates that a SIRFIELD 'subcmd' command was issued with the ALTERNATES clause, and the ERROR format had previously been set for the field. Since records have been added to the file, allowing new ALTERNATES could cause previous values matched by ERROR to now be matched by an alternate format, which might change the data, for example when you reorganize 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