Hi folks,
We are moving our SAS server from HP-UX to Linux. Unfortunately, we don't have space to work with CPORT/CIMPORT.
So, we understand we need to recreate all index on Linux in order to work with the SAS datasets.
We prepare a test and copy, through FTP, some files to the Linux server. In Linux we created a LIBNAME pointed to this copied files. The LIBNAME under SAS EG doesn't shows the tables with index but we could execute PROC CONTENTS on it without any problem.
We tried to execute PROC DATASETS to recreate the index for this tables, but an error appears because the procedure can't locate the table.
So, we execute DATA / SET recreating the table on WORK. After that, we execute again DATA / SET copying from WORK to the LIBNAME. The process executes fine but we still can't see the table on the LIBNAME.
We also tried to execute PROC COPY to WORK libname but the same error as we encounter on PROC DATASETS appears.
Any suggestion?
Regards,
... View more