Which Index is used by progress ?

Posted by LegacyUser on 10-Jan-2001 15:32

I have a table with a primary and 3 nonprimary index. When I run a for each loop on this table without using the USE-INDEX keyword, how will I know which index is being used ?

I know how progress do index bracketing but is there any place where progress prints the index used by this for loop.

Thanks for your response.

-jagan

All Replies

Posted by LegacyUser on 10-Jan-2001 15:51

Hi,

I found the way to list the Index name.

I need to use XREF while compiling the program.

Thanks

"Jagan" wrote:

>

>I have a table with a primary and 3 nonprimary index.

>When I run a for each loop on this table without using

>the USE-INDEX keyword, how will I know which index is

>being used ?

>

>I know how progress do index bracketing but is there any

>place where progress prints the index used by this for

>loop.

>

>Thanks for your response.

>-jagan

This thread is closed