View previous topic :: View next topic |
Author |
Message |
mfjin Beginner
Joined: 26 Apr 2003 Posts: 94 Topics: 17
|
Posted: Thu May 06, 2004 9:02 am Post subject: SAS Error : damaged file |
|
|
Can anyone help me in deciphering a SAS error. My SAS program returns an error code of 8 unable to read a SAS file called OLRSAS.RESULTS
The ERROR messages are
93 SET OLRSAS.RESULT;
ERROR: Expecting page 1, got page -1 instead.
ERROR: Expecting page 1, got page -1 instead.
ERROR: Expecting page 1, got page -1 instead.
ERROR: Page validation error while reading OLRSAS.RESULT.DATA.
ERROR: Page validation error while reading OLRSAS.RESULT.DATA.
ERROR: Page validation error while reading OLRSAS.RESULT.DATA.
ERROR: File OLRSAS.RESULT.DATA is damaged. I/O processing did not complete.
ERROR: File OLRSAS.RESULT.DATA is damaged. I/O processing did not complete.
ERROR: File OLRSAS.RESULT.DATA is damaged. I/O processing did not complete.
94
What could be the problem with this file. I am not able to comprehend anything by looking at it. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
mfjin Beginner
Joined: 26 Apr 2003 Posts: 94 Topics: 17
|
Posted: Fri May 07, 2004 1:47 am Post subject: |
|
|
Thanks a lot Kolusu. That indeed was helpful. .
BTW would you tell me how you reached this?? did u look up the sas support site or did u google ? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Fri May 07, 2004 4:30 am Post subject: |
|
|
mfjin,
I googled it,but it did take 2 combinations.
First search string :SAS+Expecting page 1, got page -1 instead.
No results found
Second search string :SAS+Page validation error while reading
If I wouldn't have found it, then I would have gone for the third combination
Third Search string: SAS+I/O processing did not complete.
Even this gives you the similar results as the second one
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|