MSIR.0394 RELATEd fields have different (info) in (type) date formats: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 11: Line 11:
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:53, 13 August 2015

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.