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)
m (misc formatting)
Line 1: Line 1:
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.  
This message indicates that a <var>SIRFIELD RELATE</var> command was issued, and that the command could not succeed because the two fields have incompatible date formats.  


''''Info'''' can be:
<ul>
<li>'''''info''''' can be:


<dl> <dt>I and * tokens <dd>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. <dt>precision <dd>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.</dl>  
<dl>  
<dt>I and * tokens  
<dd>This indicates that they have incompatible "wildcard" tokens. Formats must have the same number of '''I''' tokens; if either contains the '''*''' token, then the other one must as well.  
<dt>precision  
<dd>This indicates that 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.
</dl> </li>


''''Type'''' is one of the following:
<li>'''''type''''' is one of the following:


<dl> <dt>primary <dd>indicating the incompatible formats were specified on the SIRFIELD FORMAT command <dt>error <dd>indicating the incompatible formats were specified on the ERROR clause of the SIRFIELD RELATE command <dt>alternate <dd>indicating the incompatible formats were specified on the ALTERNATES clause of the SIRFIELD RELATE command</dl>  
<dl>  
<dt>primary  
<dd>The incompatible formats were specified on the <var>SIRFIELD FORMAT</var> command.
<dt>error  
<dd>The incompatible formats were specified on the <var>ERROR</var> clause of the <var>SIRFIELD RELATE</var> command  
<dt>alternate  
<dd>The incompatible formats were specified on the <var>ALTERNATES</var> clause of the <var>SIRFIELD RELATE</var> command
</dl> </li>
</ul>


The command is rejected.
The command is rejected.


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

Revision as of 17:11, 28 April 2016

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
    This indicates that they have incompatible "wildcard" tokens. Formats must have the same number of I tokens; if either contains the * token, then the other one must as well.
    precision
    This indicates that 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
    The incompatible formats were specified on the SIRFIELD FORMAT command.
    error
    The incompatible formats were specified on the ERROR clause of the SIRFIELD RELATE command
    alternate
    The incompatible formats were specified on the ALTERNATES clause of the SIRFIELD RELATE command

The command is rejected.