| Author |
Message |
   
Jay
Username: jay_c_nnj
Registered: N/A
| | Posted on Tuesday, Apr 24, 2007 - 22:34: | |
We are having problems with a rather large file. We are able to GO TO the bottom of the file but we cannot search past a certain point. We have also written some COBOL apps to do some data processing on the file and it stops midway as if there is an END OF FILE marker there. Usually we would bring it up in WINHEX and locate the offset and correct the problem. Now when we try and go to that offest WINHEX hangs and we get an error. Any ideas? |
   
Stefan Fleischmann
Username: admin
Registered: 1-2001
| | Posted on Tuesday, Apr 24, 2007 - 23:13: | |
It looks like the file system on which the file resides is corrupt. |
   
Jay
Username: jay_c_nnj
Registered: N/A
| | Posted on Wednesday, Apr 25, 2007 - 19:15: | |
Thanks Stefan. We actually went back to the steps that created the file and redid them and we're ok now. Something must have been corrupt on the file. |