This file provides task dispatching element (TDE) resolution information. The following information applies if you have installed the latest PTFs.
Resolution data may not be available for every TDE. There is a chance that the data could have been unavailable at the time collection was attempted.
This file includes TDE information for the records in the QAPYDWTRC file. One record is created per unique taskcount in the QAPYJWTRC file.
Field Name | Description | Attribute |
---|---|---|
TSKCNT | Task count. The task count of the TDE. | B (8) |
TRPTSKCNT | Primary thread task count. The task count of the primary thread. If this thread is the primary thread this value will be the same as the field TSKCNT. | B (8) |
TRTHREADID | Thread ID. The thread identifier for this TDE. | B (8) |
TRTDETYPE | TDE type. Indicates what type of TDE this entry refers to.
T = Task.
| C (1) |
TRTDENAME | Job or task name. The job or task name associated with this TDE. For jobs this will be the fully qualified job name which is made up of the job name, user name, and job number. | C (26) |
TRCURRUSER | Current user. The current user associated with this TDE. This is the user associated with the job when the TDE information was initially collected. This value will not be updated if the user associated with the job changes. | C (10) |
TRJVTHD | Java thread name. If this is a Java™ thread, this value is the Java thread name. If this is not a Java thread, this value will be blank. | Varchar (256)
Dft (16) |