DFS3398E LOAD FAILED FOR TRANSACTION INPUT EDIT ROUTINE xxxxxxxx, RC=rc

Explanation

An input edit routine that was defined for one or more transactions could not be loaded.
In the message text:
xxxxxxxx
Identifies the name of the routine
rc
Return code from the IMODULE LOAD call (DFSMODU0). For these return codes, see the IMODULE return code information.

System action

Transactions defined with the input edit routine are stopped for queuing and scheduling, and given a NOTINIT status. If automatic import is in progress and IMPORTERR=ABORT was specified in the DFSDFxxx PROCLIB member, the automatic import process is terminated and IMS terminates with a 3397 abend.

If automatic import is in progress and IMPORTERR=CONTINUE was specified, IMS continues cold start processing.

Output destination

The System Console

Programmer response

Make sure that the transaction input edit routine exists in one of the IMS.SDFSRESL concatenated data sets. After you have identified the cause of the load failure and corrected it, you can issue an UPDATE TRAN START(Q,SCHD) command to start the transaction for queuing and scheduling. IMS attempts to load the edit routine module. If the module is successfully loaded, the NOTINIT status is reset and the transaction is started for queuing and scheduling.

Module

DFSIP000, DFSRTR20, DFSRRSC0