I have unloaded and loaded A01 and A04 accounting tables but when I try to open them I am getting DB01108E messages as shown below.
DB01108E - TABLE A01 IS NO LONGER USABLE DUE TO BASE MAINTENANCE
DB01101I - ACCOUNTING SUBSYSTEM DISABLED
DB01110I - OPEN REQUEST FOR A04 TABLE(S) RECEIVED
DB01108E - TABLE A04 IS NO LONGER USABLE DUE TO BASE MAINTENAANCE
DB01101I - ACCOUNTING SUBSYSTEM DISABLED
This documentation for the DB01108E message says:
Action:
Execute the DBUTLTY ACCT CATALOG option and resubmit the request.
Then I run DBUTLTY with:
ACCT OPTION=CATALOG,DATABASE=ACCOUNTING
But I am getting these abends:
DB00913E - CXX OPEN BASE 4 LOCKED BY J-MUF01 DT-20230522143808 WHERE-MU
DB02405I - PXX START xxxxxxxx 29693 46(046) OPEN -4- D-1 DBUTLTY ACCT
DB02406I - PXX END - BASE OPEN IN ANOTHER COPY OF DATACOM
Release : 15.1
Before doing the catalog the database must be closed.
Run a DBUTLTY step before the catalog to close the accounting database:
ACCT OPTION=CLOSE,TABLE=ALL
Then run DBUTLTY again to do the catalog:
ACCT OPTION=CATALOG,DATABASE=ACCOUNTING
Also ensure PTF SO12828 is applied which fixes a problem even if the database is closed.
See the Datacom documentation section ACCT (Accounting Facility)