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

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
Line 5: Line 5:
The command is rejected.
The command is rejected.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:44, 19 April 2013

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.

If you wish 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.