Miscellaneous information common to most database monitor rows

  ID    Name         Type              Description
  4040  QQRDBN       CHAR(18)          Name of the relational database where the
                                       statement was executed.
  4042  QQTHRD       BIN(32)           Thread identifier where the statement was
                                       executed.
  4044  QQRCNT       BIN(32)           Counter to uniquely identify each pseudo
                                       open for the statement being executed.
  4046  QQQDTL       BIN(32)           Position of the subselect in the statement
                                       being explained. A value of 1 represents
                                       the outermost subselect. A value of 2 is
                                       the next subselect, and so on.
  4048  QQMATN       BIN(32)           Counter to uniquely identify each
                                       subselect in the view being materialized
                                       within the statement.
  4050  QQMATL       BIN(32)           Position of the subselect in the view being
                                       materialized. A value of 1 represents
                                       the outermost subselect. A value of 2 is
                                       the next subselect, and so on.