I have created one Physical File with 1 key field. After that i added some datas in that file. Records in file are displayed in Arrival order While Viewing the Records using DSPPFM, STRSQL Commands.
As per my assumption, it should be ascending order. Why it is not displaying in Ascending order?
Software/Hardware used:
ASKED:
July 3, 2009 3:51 AM
UPDATED:
July 6, 2009 2:17 PM
If you absolutely have to have the records in key field sequence, and you add them out of sequence, the only way I know of to rectify the situation is to execute a RGZPFM with KEYFILE(*FILE) once you’re finished with your adds.
Me, I recommend against keying physical files. Easier to create and change logicals.