A Subtree Report shows the trace for a subtree in XML format or in a database. To generate a Subtree Report, click the button next to the button on the tool bar and choose SubTree Report in the drop-down menu. A Save As dialog opens, where you can specify the name, location, and file type of the report.
The following table shows the columns displayed in the database report format. You can control the level of detail displayed in the report in the Impact Pane User Preferences.
Attribute | Description |
---|---|
CallStack | Not used. |
Cnt | Not used. |
Col | Number of the source column that contains the beginning of the affected data item. |
Context | Internal ID of the context for the affected data item. |
DeclHCID | Internal ID of the declaration for the affected data item. |
Depth | The depth of the trace. |
Direction | The direction of the trace, forward or backward. |
Duplicate | Indicates that the affected data item is repeated in the trace. |
EntityType | Construct type of the affected data item. |
Excluded | Indicates that the affected data item is filtered from the trace. |
File | Name of the file that contains the affected data item. |
FromSel | Character offset from the start of the file to the beginning of the affected data item, counting from 0. |
HCID | Internal ID of the affected data item. |
ID | Database ID of the affected data item. |
JobName | Name of the job that contains the affected data item. |
JobStepID | Database ID of the job step that contains the affected data item. |
Keyword | The operation on the affected data item. |
Ln | Number of the source line that contains the affected data item. |
Name | Name of the affected data item. |
ObjName | Name of the object that contains the affected data item. |
ObjType | Type of the object that contains the affected data item. |
Offset | Memory offset of the affected data item. |
OS | Memory offset and size in bytes of the affected data item, separated by a colon (:). |
PortFlag | Port type of the affected data item: I for input, O for output, N for not a port. |
PortName | Name of the port referenced in the operation identified by the Keyword. |
PrevID | Database ID of the affected data item's parent node. |
RelType | Data flow relationship type for the affected data item. |
RootID | Database ID of the root node of the tree. |
Size | Size in bytes of the affected data item. |
SourceID | Database ID of the file that contains the affected data item. |
SourceText | Text of the source line that contains the affected data item. |
SourceType | Source type of the file that contains the affected data item. |
StepName | Name of the job step that contains the affected data item. |
StepNum (also Step) | Number of the job step that contains the affected data item. |
ToSel | Character offset from the start of the file to the end of the affected data item, counting from 0. |