sysproc.snapshot_tbreorg: What does rergo_status value '4' means ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mvsmsh

    sysproc.snapshot_tbreorg: What does rergo_status value '4' means ?

    Hi ,

    sysproc.snapsho t_tbreorg result shows me REORG_STATUS as '4'

    Does anyone know what does it means ?


    Regards

    Myoungsoo
  • Udo

    #2
    Re: sysproc.snapsho t_tbreorg: What does rergo_status value '4' means?

    sysproc.snapsho t_tbreorg  result shows me REORG_STATUS as '4'
    Does anyone know what does  it means ?
    From "sqlmon.h"

    /
    *************** *************** *************** *************** *************** ***/
    /* reorg table
    defines */
    /
    *************** *************** *************** *************** *************** ***/

    #define SQLM_REORG_STAR TED 1
    #define SQLM_REORG_PAUS ED 2
    #define SQLM_REORG_STOP PED 3
    #define SQLM_REORG_COMP LETED 4
    #define SQLM_REORG_TRUN CATE 5

    Regards,
    Udo

    --
    Speedgain The DB2 Monitor
    Der von Ihnen gesuchte Inhalt konnte nicht gefunden werden. Kontaktieren Sie uns gerne über unser Kontaktformular und stellen Sie uns Ihre Fragen direkt.

    Comment

    • mvsmsh

      #3
      Re: sysproc.snapsho t_tbreorg: What does rergo_status value '4' means?



      Thanks Udo ,
      That's exactly what I'm looking for .

      Comment

      Working...