How to extract only disabled tasks from a $U node ?
Release : 6.10
Component : DOLLAR UNIVERSE
The command below lists all the tasks. Then, in the Status column will show either the task is Enabled or Disabled.
uxlst tsk tsk=* full
Ex.
If the disabled task is a session, get the session name and use the command below to find which uprocs are used in that session. Please note that it is possible that the same uprocs are used on other sessions which are still being used in the tasks. So, it needs to verify.
uxshw ses ses=<session name>
If the disabled task is uproc, verify if this uproc is used within a session(s) which is/are not disabled.