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

From m204wiki
(Redirected from MSIR.0412)
Jump to navigation Jump to search

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