In a message dated 2/3/2005 8:55:05 AM Pacific Standard Time, 
[EMAIL PROTECTED] writes:

> Is there a way (a command or logic) to determine which records resides in 
> which bucket inside a hashed file, assuming we dont have the Hasing 
> Algorithm. I just want to simulate the output of GROUP.STAT.DETAIL through a 
> 
> Basic Program.

Yes Caroline do this
*
HEADING '    '
EXECUTE "GROUP.STAT.DETAIL blah blah blah" CAPTURING OUTPUT
S.OUTPUT = DCOUNT(OUTPUT,@AM)
FOR I.OUTPUT = 1 TO S.OUTPUT
   T.OUTPUT = OUTPUT<I.OUTPUT>
   PRINT T.OUTPUT
NEXT I.OUTPUT

Or maybe you could explain your requirements with more detail?
Thanks
Will
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to