|
Migrate Files
|
Read the Updating SAS Code topic in the Planning stage to learn about changes to make in SAS and SAS Component Language (SCL) code. These changes might be necessary for the code to perform correctly in SAS®9 or to perform correctly under a different operating environment. For example, you might have to update hardcoded pathnames or system options.
Before you proceed to the next step (a full data migration), you must validate that any custom SAS applications are working correctly. You'll especially want to check the behavior of third-party software, for example, Java or an HTML browser.
Use the same sample data and validation tests that you used to create benchmarks in the source installation. For help with migrating the sample data, see the topic about migrating data. To be sure that your sample data has not changed, use PROC MIGRATE with validation tools. If you don't migrate the sample data with PROC MIGRATE, then use PROC COMPARE to manually verify the integrity of the sample data.
After you move your custom validation tests and sample data to the target installation, run the tests and compare the behavior to the benchmarked source behavior. For more information, see the validation topics in the Planning stage.
Proceed to step 2.