You can set the tracing capability for Build Utility (BLD) which is subtask started by the Application Builder. You can use the NGEN28SYS/BLD/INI file to set the trace options.
The trace options are summarized in the following table:
Trace Options | Description |
---|---|
Check_memdb | Checks internal memory structures at initialisation |
print_tree | Enables tracing of the internal "tree" memory structures as a diagram |
Trace_dms | Enables tracing of the dmstatus errors from the interactive database (This is not used in DG). |
Trace_heap | Enables tracing of the internal "heap" memory structures |
Trace_library | Enables tracing of the logic generation related to the called libraries whether user or GLG or ROC |
Trace_merge | Enables tracing of the merging of the internal memory structures |
Trace_roc | Enables the Trace_merge option |
Trace_tree | Enables tracing of the internal "tree" memory structures |
Trace_unit | Enables tracing of the internal memory structures relating to logic units |
A sample of the Application Builder Options file is given below:
Trace_library Trace_tree Print_tree
Note: This file also includes other configuration options such as skip_compiles, etc.