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

From m204wiki
Jump to navigation Jump to search
(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...")
 
(Automatically generated page update)
 
(5 intermediate revisions by 4 users not shown)
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]]
{{Template:MSIR.0394 footer}}
 
[[Category:MSIR.0200 - MSIR.0399]]

Latest revision as of 23:08, 3 March 2017

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.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages