Using the CREATE-INDEX command you can create secondary indexes on files, and 
then in BASIC using the SELECTINDEX command you can retrieve results into a 
list variable so you can walk it with READNEXT

Can you use a construct like
READNEXT KEY,MV FROM MYLIST ELSE....

That is, does the index itself retain the multi-value position into the 
underlying primary record?
Or are all index entries key only without any knowledge of the multivalue 
position ?

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to