Using DSPPFM will show you the records in the sequence they were written.
Unless there were deleted records in the file and the file was set to use deleted records.
If you journal the file, you will be able to get them from the journal receiver in sequence.
Or if you put a timestamp as one of the fields in the PF.
Last Wiki Answer Submitted: June 22, 2011 5:33 pm by CharlieBrowne32,855 pts.
All Answer Wiki Contributors: CharlieBrowne32,855 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Journal entries are the best way, and potentially the only certain way. A timestamp field that allows a default will get current time if a value is not specified at the time of INSERT.
Journal entries are the best way, and potentially the only certain way. A timestamp field that allows a default will get current time if a value is not specified at the time of INSERT.
Tom