On Thu, 19 Jan 2006 22:11:11 -0500 (EST), you wrote: >I have a file (static hashed) in Unidata that I can read and write to >without a hitch. If I access (read/write) any field in any record, things >are good. However, if I list the entire contents of the file with: > >:LIST FILENAME ALL > >It core dumps at the same field regardless of which record(s) are being >listed. I have: <snip>
I don't know how to determine what's wrong with the file, but my inclination would be to rebuild it to fix it. And I'd start by building a copy of it rather than running a resize or fixfile on it so that if further problems develop, they develop on the copy rather than on the original. So, perhaps a sequence of steps like: CREATE.FILE NEW.FILE (type/modulo) COPY FROM OLD.FILE TO NEW.FILE OVERWRITING ALL CREATE.INDEX NEW.FILE X Y Z NO.NULLS BUILD.INDEX NEW.FILE X Y Z LIST NEW.FILE ALL (to test it) If your new file shows the same problem, then I'm at a loss... If the above crashed during the COPY ALL then I'd build a SAVEDLIST and use it during the copy. Regards. -- Allen Egerton [EMAIL PROTECTED] ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
