DFS2177I LOAD ERROR FOR USER EXIT DFSDBUX1

Explanation

The user specified DATXEXIT=YES at DBDGEN time, but failed to linkedit DFSDBUX1 into an APF authorized library. At execution time, while processing a DBD requiring the exit, DFSDLA00 determined that the exit could not be loaded and issued the load error message. This message can also result if the user specified DATXEXIT=YES and the user exit set SRCHFLAG to X'FF' because the user exit determined the DBD did not require the exit.

System action

After issuing the message, the database requiring the exit is stopped and the transaction receives a U0885 pseudoabend.

Programmer response

If the user exit (DFSDBUX1) is required for the application, ensure that DFSDBUX1 is bound into an APF authorized library, and restart IMS before restarting the application.

If the second option above applies, either remove the DATXEXIT=YES from the DBDGEN or change the user exit so that is does not set SRCHFLAG to X'FF'.

Problem determination

41