| Date: | Wed, 10 Apr 2002 12:22:59 -0700 |
| Reply-To: | "William W. Viergever" <wwvierg@ATTGLOBAL.NET> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "William W. Viergever" <wwvierg@ATTGLOBAL.NET> |
| Subject: | Re: Corrupted files |
|
| In-Reply-To: | <A5C7EAD93596D411B41500D0B7B96447851143@xcgism0104.vnsny.or g> |
| Content-Type: | text/plain; charset="us-ascii"; format=flowed |
|---|
Don't bother re-installing SAS; instead re-create the data sets.
They're hosed.
You may, in fact, wish to check out the other files on this drive; back-up
the good ones and then re-format (i.e., start w/ a low level, device format
which will block-out bad sectors/tracks) this drive; I suspect it is
beginning to die as I recently had the same experience w/ a 36GB U160 SCSI
drive.
All this assumes you have more than just C; otherwise you might be
re-installing everything <g>
HTH
At 03:09 PM 4/10/2002 -0400, Pamela Nadash wrote:
>Seemingly randomly, I am getting errors using my SAS permanent datasets, as
>follows:
>
>82 data vcpage;
>83 set c.vcp_set2 (keep=mrn case_num age);
>84 run;
>
>ERROR: Expecting page 546, got page -1 instead.
>ERROR: Page validation error while reading C.VCP_SET2.DATA.
>ERROR: File C.VCP_SET2.DATA is damaged. I/O processing did not complete.
>NOTE: The data step has been abnormally terminated.
>NOTE: The SAS System stopped processing this step because of errors.
>NOTE: There were 2711 observations read from the data set C.VCP_SET2.
>WARNING: The data set WORK.VCPAGE may be incomplete. When this step was
>stopped there were 2711 observations and 3
> variables.
>NOTE: DATA statement used:
> real time 1.47 seconds
> cpu time 0.15 seconds
>
>then for another file:
>
>
>14 data full;
>15 set c.vcp_full;
>16 if age > 64 then output;
>17 run;
>
>ERROR: Expecting page 51, got page -1 instead.
>ERROR: Page validation error while reading C.VCP_FULL.DATA.
>ERROR: File C.VCP_FULL.DATA is damaged. I/O processing did not complete.
>
>The source files were modified at different points in time -- one over 2
>months ago. I have been getting this error a few times over the last few
>days. The computer has been checked out, and there seem to be no viruses or
>other problems. My next step is to re-install SAS, but I would be grateful
>for any insight into what might have caused this error.
>
> Pamela Nadash
> Research Associate
> Center for Home Care Policy and Research
> The Visiting Nurse Service of NY
> 5 Penn Plaza, 11th Floor
> New York, NY 10001-1810
>
> Tel: 212/290-3537 Fax: 212/290-3756
------------------------------------------------------------
William W. Viergever Voice : (916) 483-8398
Viergever & Associates Fax : (916) 486-1488
Sacramento, CA 95825 E-mail : wwvierg@attglobal.net
------------------------------------------------------------
|