<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Sequentially Retreiving an Indexed file in the order they were inserted</TITLE>

<META content="MSHTML 6.00.2800.1528" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=240300618-02052006><FONT face="Trebuchet MS" color=#0000ff 
size=2>Guy,</FONT></SPAN></DIV>
<DIV><SPAN class=240300618-02052006><FONT face="Trebuchet MS" color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=240300618-02052006><FONT face="Trebuchet MS" color=#0000ff 
size=2>The file I'm tring to retreive in that order already 
exists.</FONT></SPAN></DIV>
<DIV><SPAN class=240300618-02052006><FONT face="Trebuchet MS" color=#0000ff 
size=2>We are in the process of migrating from PowerHouse to LabWare for our 
Laboratory data.</FONT></SPAN></DIV>
<DIV><SPAN class=240300618-02052006><FONT face="Trebuchet MS" color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=240300618-02052006><FONT face="Trebuchet MS" color=#0000ff 
size=2>I will try a FDL conversion to a sequential file and see if it's 
work.&nbsp; Joe Boyle gave me that advice.</FONT></SPAN></DIV>
<DIV><SPAN class=240300618-02052006><FONT face="Trebuchet MS" color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=240300618-02052006><FONT face="Trebuchet MS" color=#0000ff 
size=2>McLeod</FONT></SPAN></DIV>
<DIV><SPAN class=240300618-02052006><FONT face="Trebuchet MS" color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Message d'origine-----<BR><B>De&nbsp;:</B> 
  powerh-l-bounces+tremblay.pierre-mcleod=hydro.qc.ca@lists.sowder.com 
  [mailto:powerh-l-bounces+tremblay.pierre-mcleod=hydro.qc.ca@lists.sowder.com]<B>De 
  la part de</B> Guy Werry<BR><B>Envoyé&nbsp;:</B> 2 mai 2006 
  12:47<BR><B>À&nbsp;:</B> powerh-l@lists.sowder.com<BR><B>Objet&nbsp;:</B> RE: 
  Sequentially Retreiving an Indexed file in the order 
  theywereinserted<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=216094216-02052006>Pierre,</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=216094216-02052006></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=216094216-02052006>I'm 
  working from HP-Ux knowledge here, but this should be similar to what happens 
  under RMS.</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=216094216-02052006></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=216094216-02052006>In 
  C-ISAM Powerhouse will always follow the <U>primary</U> index.&nbsp; About the 
  only way to do what you want is to:</SPAN></FONT></DIV>
  <OL>
    <LI><FONT face=Arial color=#0000ff size=2><SPAN 
    class=216094216-02052006>Have a <U>sequential</U> file that is not 
    indexed</SPAN></FONT> 
    <LI><FONT face=Arial color=#0000ff size=2><SPAN class=216094216-02052006>Set 
    an index on your indexed file that will capture the order of insert: for 
    example, a time stamp, YYYYMMDD:HHSS.</SPAN></FONT> 
    <LI><FONT face=Arial color=#0000ff size=2><SPAN class=216094216-02052006>If 
    you have a timestamp that's not an index then you can SORT on that timestamp 
    ... performance suffers, but it will work.</SPAN></FONT></LI></OL>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=216094216-02052006>Hope 
  that helps!</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=216094216-02052006><FONT size=2></FONT></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=216094216-02052006><FONT size=2>Guy L. Werry<BR>Senior Systems 
  Analyst<BR>Hudson Bay Mining &amp; Smelting Co., Limited. 
  </FONT></DIV></SPAN></FONT>
  <BLOCKQUOTE>
    <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
    size=2>-----Original Message-----<BR><B>From:</B> 
    powerh-l-bounces+guy.werry=hbms.ca@lists.sowder.com 
    [mailto:powerh-l-bounces+guy.werry=hbms.ca@lists.sowder.com]<B>On Behalf Of 
    </B>Tremblay.Pierre-McLeod@hydro.qc.ca<BR><B>Sent:</B> Tuesday, May 02, 2006 
    11:27 AM<BR><B>To:</B> powerh-l@lists.sowder.com<BR><B>Subject:</B> 
    Sequentially Retreiving an Indexed file in the order they 
    wereinserted<BR><BR></DIV></FONT><!-- Converted from text/rtf format -->
    <P><FONT face="Trebuchet MS" size=2>Hi All,</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>I'm searching for a way to sequentially 
    retreive records of an indexed file.&nbsp; </FONT></P>
    <P><FONT face="Trebuchet MS" size=2>I want to retreive the records in the 
    order they were inserted regardless of the primary index.</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>Using SELECT instead of CHOOSE don't do 
    the job.</FONT> <BR><FONT face="Trebuchet MS" size=2>We use 7.10.E</FONT> 
    <BR><FONT face="Trebuchet MS" size=2>with OpenVMS V6.2 on Vax.</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>I fear that the RMS organization forces 
    usage of the primary index if none mentionned.</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>I tried to read the file in VMSBasic 
    without mentionning any index but the primary is still used anyway.</FONT> 
    </P>
    <P><FONT face="Trebuchet MS" size=2>The FDL of the file is at the end of 
    this mail.</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>Thanks for your help.</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>Regards</FONT> </P>
    <P><U><B><FONT face="Trebuchet MS" size=2></FONT></B>&nbsp;<FONT 
    face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    </FONT></U><BR><FONT face="Trebuchet MS" size=2>Pierre McLeod 
    Tremblay</FONT> <BR><FONT face="Trebuchet MS" size=2>Consultant T.I. / I.T. 
    Consultant</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>pmcleod@videotron.ca</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>819.263.0791 fax: 819.263.0792</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    cell: 819.692.6666</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>Chez Hydro:</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>tremblay.pierre-mcleod@hydro.qc.ca</FONT> 
    <BR><FONT face="Trebuchet MS" size=2>819.298.2943 poste 7411</FONT> 
    </P><BR><BR><BR>
    <P><FONT face="Trebuchet MS" size=2>== FDL 
    ============================</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>SYSTEM</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    SOURCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    VAX/VMS</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>FILE</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    ALLOCATION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    2490</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    BEST_TRY_CONTIGUOUS&nbsp;&nbsp;&nbsp;&nbsp; yes</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    BUCKET_SIZE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    2</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    CLUSTER_SIZE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    3</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    CONTIGUOUS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    no</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    EXTENSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    0</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    FILE_MONITORING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no</FONT> 
    <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    GLOBAL_BUFFER_COUNT&nbsp;&nbsp;&nbsp;&nbsp; 0</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    "DISK$_RADAPP_:[TDRPROD1.DAT]TDR15.DAT;24"</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    ORGANIZATION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    indexed</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    OWNER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    [50,177774]</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    PROTECTION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    (system:RWED, owner:RWED, group:RW, world:RW)</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>RECORD</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    BLOCK_SPAN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    yes</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    CARRIAGE_CONTROL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    carriage_return</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    FORMAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    fixed</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    SIZE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    100</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>AREA 0</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    ALLOCATION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    2490</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    BEST_TRY_CONTIGUOUS&nbsp;&nbsp;&nbsp;&nbsp; yes</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    BUCKET_SIZE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    2</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    CONTIGUOUS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    yes</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    EXTENSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    0</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>KEY 0</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    CHANGES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    no</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DATA_KEY_COMPRESSION&nbsp;&nbsp;&nbsp; yes</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DATA_RECORD_COMPRESSION yes</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DATA_AREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    0</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DATA_FILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    100</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DUPLICATES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    no</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    INDEX_AREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    0</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    INDEX_COMPRESSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    INDEX_FILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    100</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    LEVEL1_INDEX_AREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    "D_REJET"</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    NULL_KEY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    no</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    PROLOG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    3</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    SEG0_LENGTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    8</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    SEG0_POSITION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    0</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    dstring</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>KEY 1</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    CHANGES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    yes</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DATA_KEY_COMPRESSION&nbsp;&nbsp;&nbsp; yes</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DATA_AREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    0</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DATA_FILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    100</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DUPLICATES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    yes</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    INDEX_AREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    0</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    INDEX_COMPRESSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    INDEX_FILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    100</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    LEVEL1_INDEX_AREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    "ANNEE_PERIODE"</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    NULL_KEY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    no</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    SEG0_LENGTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    6</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    SEG0_POSITION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    80</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    SEG1_LENGTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    2</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    SEG1_POSITION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    86</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    dstring</FONT> </P>
    <P><FONT face="Trebuchet MS" size=2>KEY 2</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    CHANGES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    yes</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DATA_KEY_COMPRESSION&nbsp;&nbsp;&nbsp; yes</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DATA_AREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    0</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DATA_FILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    100</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    DUPLICATES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    yes</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    INDEX_AREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    0</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    INDEX_COMPRESSION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    INDEX_FILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    100</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    LEVEL1_INDEX_AREA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0</FONT> <BR><FONT 
    face="Trebuchet MS" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    "D_RAP_QUOTIDIEN"</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    NULL_KEY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    no</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    SEG0_LENGTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    8</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    SEG0_POSITION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    45</FONT> <BR><FONT face="Trebuchet MS" 
    size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    dstring</FONT> </P><BR><BR></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>