Table names, index names, schema names, and member names

  ID    Name         Type              Description
  1010  QVTIXN       CHAR(10)          Name of the temporary index created.
  1011  QVTIXL       CHAR(10)          Schema of the temporary index created.
  1012  QVTTBLN      CHAR(10)          Name of the temporary table created.
  1013  QVTTBLL      CHAR(10)          Schema of the temporary table created.
  1015  QVHTNAM      CHAR(10)          Name of the hash table created.
  1016  QVHTLIB      CHAR(10)          Schema of the hash table created.
  1031  QQTLN        CHAR(10)          Schema of the table being queried.
  1032  QQTFN        CHAR(10)          Name of the table being queried.
  1033  QQTMN        CHAR(10)          Member name of the table being queried.
  1034  QVQTBL       CHAR(128)         Long name of the table being queried.
  1035  QVQLIB       CHAR(128)         Long name of the Schema.
  1038  QVQTBLI      CHAR(1)           Indicator if table name exceeds 10 bytes.
  1041  QQPTLN       CHAR(10)          Schema of the base table.
  1042  QQPTFN       CHAR(10)          Base table of the table being queried.
  1043  QQPTMN       CHAR(10)          Member of the base table.
  1044  QVPTBL       CHAR(128)         Long name of the base table.
  1045  QVPLIB       CHAR(128)         Long name of the schema for the base table.
  1048  QVPTBLI      CHAR(1)           Indicator if base table name exceeds 10 bytes.
  1051  QQILNM       CHAR(10)          Schema name of the index used during
                                       execution of the query.
  1052  QQIFNM       CHAR(10)          Name of the index used during execution of
                                       the query.
  1053  QQIMNM       CHAR(10)          Member name of the index used during
                                       execution of the query.
  1054  QVINAM       CHAR(128)         Long name of the index used during execution of the
                                                                              query.
  1055  QVILIB       CHAR(128)         Long name of the schema for the index used.
  1058  QVINAMI      CHAR(1)           Indicator if index name exceeds 10 bytes.