The TPSUTIL.PUB.NETBASE program is the answer.
From the MPE colon prompt, type TPSUTIL.PUB.NETBASE and return.
The explanation of the Utility will appear.
When specified, an indirect-file can contain lines that specify
single database names or wildcarded database filesets.
Specifying '+' will enable all qualifying databases for TPS.
Specifying '-' will disable all qualifying databases for TPS.
If '+' and '-' are omitted, the existing TPS status of all
qualifying databases will be reported.
Examples:
To enable the database BANNER.DATA.NETBASE for TPS, type:
:RUN TPSUTIL.PUB.NETBASE;INFO="+BANNER.DATA.NETBASE"
To disable all databases in the TEST account for TPS, type:
:RUN TPSUTIL.PUB.NETBASE;INFO="-@.@.TEST"
To show the TPS status of all databases on the system, type:
:RUN TPSUTIL.PUB.NETBASE;INFO="@.@.@"