MSIR.0412 Attempt to load field (target) from multiple fields - (source1) and (source2): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 5: Line 5:
If that is the scenario, in order to achieve this attempt you must decide which one of them contains the correct data values and delete all occurrences of the other field.
If that is the scenario, in order to achieve this attempt you must decide which one of them contains the correct data values and delete all occurrences of the other field.


{{Template:MSIR.0412 footer}}
[[Category:Sirius Mods messages]] [[Category:MSIR.0400 - MSIR.0599]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0400 - MSIR.0599]]

Revision as of 19:17, 11 July 2016

This message indicates that an LAI statement was issued in a FLOD program, and field target has data from multiple fields in a family, source1 and source2.

The most likely cause of this is that values were stored in the unloaded file for both source1 and source2, and during a reorg of the file you are attempting to relate the fields to each other, make one an alias of the other or make both aliases of the same field.

If that is the scenario, in order to achieve this attempt you must decide which one of them contains the correct data values and delete all occurrences of the other field.


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