Hi,
As there are different ways to migrate the sas datasets from one Operating System to the other, should the index files be copied separately.
1) I assume that the index files (.SAS7BNDX) would automatically be copied when the associated SAS Datasets are copied.. No need to copy index files separately.
2) Do the sas views need to be migrated like the sas datasets.
Thanks,
Vijayanand.
There are different approaches to copy a dataset using SAS. As far as I'm aware of PROC COPY is the best way and more efficient. Its purpose is to copy data sets quickly and completely including any associated indexes.
Check this link: http://support.sas.com/kb/24/810.html
Check out PROC MIGRATE. Indexes are included automatically. See:
Most views are also included automatically. For details, see:
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.