We define some generic exceptions having MU=* so that all Management Units are affected and some other identical exceptions pointing to a specific Manangement Unit.
For example:
uxlst oex sim mu=* upr=* vupr=* type=* inf
ID TYPE MU/MUT UPROC VER SESSION VER TASK NUMLANC NUMSESS RANKSES
-------------------------------- ---------------------------------------------------------------- -------------------------------------------------------------------- -------------------------------------------------------------------- ---------------------------------------------------------------- -----------------------
999998900000000000000 SKIP SPEC_MU UPROC 000 * 0000000 0000000 0000000
999999000000000000000 SKIP * UPROC 000 * 0000000 0000000 0000000
How to delete the Generic one (MU=*) without deleting as well the specific one (MU=SPEC_MU) ?
If we do it via the command line (uxdlt oex), both exceptions are deleted.
uxdlt oex sim type=SKIP mu="*" upr=UPROC ses=* tsk=*
Release : 6.7 and superior
Component : DOLLAR UNIVERSE
This is by design, uxdlt oex does not allow to filter only Generic Exceptions, it uses the * as a filter so all filtered exceptions are deleted (like via uxlst oex).
This is by design, it is impossible to delete only the Generic exception via the "uxdlt oex" command.
In order to delete only the Generic Exception, UVC should be used.