Previous Topic: DB10053ENext Topic: DB10055E


DB10054E

FUNCTION REQUIRES xxx NOT TO BE OPEN

Reason:

The xxx is replaced by CXX, LXX, or FXX. Some functions to a control area require that the area has not been opened by a previous function in the same DBUTLTY execution.

Action:

Reorder the functions. An example is that is it not permitted to INIT a CXX twice in one DBUTLTY execution. Another example is that it is not permitted to both INIT and RESET the LXX in the same execution.