MSIR.0336 SET PAI and REFERENCE CANCEL are conflicting SIRFIELD attributes

From m204wiki
Jump to navigation Jump to search

This message indicates that a SIRFIELD field SET command was issued which specified one of the following:

  1. PAI, and SIRFIELD name1 SET REFERENCE CANCEL had been previously specified
  2. REFERENCE CANCEL, and SIRFIELD name1 SET PAI had been previously specified
  3. PAI and REFERENCE CANCEL

The command could not succeed because the PAI name may not have REFERENCE CANCEL.

If you want to SET PAI, you must combine it with REFERENCE WARN or (more likely) REFERENCE NOWARN. If you wish to SET REFERENCE CANCEL, you must precede this command with a SIRFIELD name2 SET PAI command, where name2 is another name in the same family as name1.

See the discussion of families in the Sir2000 Field Migration Facility Reference Manual.

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