Previous Topic: DB10052ENext Topic: DB10054E


DB10053E

MUF RUNNING, FUNCTION REQUIRES MUF DOWN

Reason:

The function requires that MUF not be enabled but the MUF is found enabled. First case are functions that never allow execution with MUF enabled, such as the INIT AREA=CXX. The other case is the use of function SET with OPTION1=MUF_NOT_ENABLED.

Action:

If a function such as INIT AREA=CXX you must EOJ the MUF before the function can execute. If using MUF_NOT_ENABLED then evaluate if that is appropriate. It is intended for cases where MUF RESTART is not able to perform and the DBUTLTY function is being used to correct the error. Also required is that the MUF can be left down for the entire time needed to correct the condition.