MSIR.0342 SIRFIELD RELATE not allowed for field which has FORMAT (item): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 5: Line 5:
The command is rejected.
The command is rejected.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0200 - MSIR.0399]]

Revision as of 15:52, 13 August 2015

This message indicates that a SIRFIELD RELATE command was issued for two fields, and that the command could not succeed because a SIRFIELD FORMAT command for one of them already specified an EXCEPTIONS, ALTERNATES, or ERROR clause, as indicated by item. For related fields, these clauses are specified only on SIRFIELD RELATE commands.

To relate the fields, you must re-INITIALIZE the file, remove the EXCEPTIONS, ALTERNATES, and ERROR clauses from SIRFIELD FORMAT commands for any fields to be related, and create those clauses on SIRFIELD RELATE commands where needed.

The command is rejected.