Hi folks,
We have a new SAS server on Linux running SAS9.4M7. We're on testing phase and we facing some issue when we process big tables (more than 20MM records and 100 columns).
When running PROC SORT or JOIN using this table, we have the following erro:
ERROR: Expecting page 91595, got page-1 instead.
ERROR: Page validation error while reading WORK.TABLE
ERROR: File WORK.TABLE.DATA is damaged. I/O processing did not complete.
We have almost 11TB of free disk space on WORK. We ran the IOTest and the results it's ok, it was validated for SAS Technical consultant.
If, for example, we used a KEEP reading less columns (44 was the limited), the process runs ok. The weird situation it's we have other environment, Linux too but with SAS 9.4M5 and the process execute fine on that environment. We verified the ulimit values, and are the same between the environments. The MEMSIZE and SORTSIZE options are bigger in the new environment.
Any idea?
Regards,
... View more