[Migrated content. Thread originally posted on 10 August 2005]
Hi,A customer recently found that keys conatining some special Swedish characters does not get "sorted" correctly when written to an indexed file.
I played around with the COLLATING SEQUENCE is statement of the SELECT clause and that works just fine.
One thing though. It seems that the collating sequence is written into the files header when the file is created. Thus one can't just add a COLLATING SEQUENCE to an existing indexed file. Even though this does not render an error message, the file is behaving as it was before.
What is the easiest way to change the collating sequence?
1, Create a new file and read all the the records from the old file and write them to the new one?
2, Convert in some other way with Acu utility?
Reason I ask is that the system contains about 100 indexed files and I need to provide a secure way of doing this without having to be there myself.
best regards,
Hans Jivesten



