Hi, I'm using the com.ibm.as400.access.KeyedFile class. In order to collect few records owning the same partial key, I'm using the readNextEqual (Object ) method. readNextEqual reads the wanted records, but after it has red the last record, readNextEqual doesn't return (no null value, no Exception...). My program is freezed. What's happening ? What can I do ? Thank's

Reply With Quote