MSIR.0398 Unable to RELATE fields due to mismatched (type) attributes

From m204wiki
Jump to navigation Jump to search

This message indicates that a SIRFIELD RELATE command was issued, and that the command could not succeed because the two fields do not have identical values of one of the following field attributes:

  • LEVEL
  • UPDATE IN PLACE
  • INVISIBLE

If you wish to relate these fields you must re-INITIALIZE the file and change the DEFINE FIELD command for one of the related fields so that these attributes are identical, 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