Hi,
I am migrating an indexed sasdataset from an AIX server to a Linux server , using PROC DOWNLOAD. The data file got migrated but not the index file. Even with PROC CPORT and CIMPORT , the index file was not migrated. The index file is physically present on the AIX server along with the data file.
On further investigation into the results of Proc Contents on this dataset, it says that Indexes 0, which means there is no index defined on this dataset.
Though the index file is physically present, is it that the index file has no connection with the data file and the index file is of no use.
Thanks,
Vijayanand.
Can you show the logic used when you ran the PROC DOWNLOAD, PROC CPORT, PROC CIMPORT steps?
Index files are highly version- and platform-specific and must be rebuilt on the target platform.
Even PROC MIGRATE does not migrate indexes, it rebuilds them.
You need to make an inventory of indexes so you can rebuild them on the target platform.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.