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

From m204wiki
Revision as of 23:08, 3 March 2017 by JALWiccan (talk | contribs) (Automatically generated page update)
(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
    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