Carl Henderson

My contribution

December, 2009

Peoplesoft SQR File Read Problem Resolved

If you plan to open the same file multiple times you cannot rely on #end-file to be correct. I ran into this problem where it would only read through my data file once but not a second time. After opening the file, I used the following code to read it: WHILE NOT #end-file   READ 1 […]