MSIR.0394 RELATEd fields have different (info) in (type) date formats

From m204wiki
Revision as of 14:53, 9 November 2010 by 198.242.244.47 (talk) (Created page with "This message indicates that a SIRFIELD RELATE command was issued, and that the command could not succeed because the two fields have incompatible date formats. ''''Info'''' ca...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 have incompatible date formats.

'Info' can be:
I and * tokens
indicating they have incompatible "wild card" tokens. Formats must have the same number of I tokens and if either contains the * token, then the other one must as well.
precision
indicating they do not specify the same units of time. For example, you cannot relate a field with format YYYY/MM/DD HH:MI:SS to a field with format YY/MM/DD, because the precision of the one is seconds but the precision of the other is days.
'Type' is one of the following:
primary
indicating the incompatible formats were specified on the SIRFIELD FORMAT command
error
indicating the incompatible formats were specified on the ERROR clause of the SIRFIELD RELATE command
alternate
indicating the incompatible formats were specified on the ALTERNATES clause of the SIRFIELD RELATE command

The command is rejected.