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

From m204wiki
Jump to navigation Jump to search
(Created page with "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 ...")
 
m (1 revision)
(No difference)

Revision as of 16:41, 9 November 2010

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.