SAS Institute. The Power to Know

FOCUS AREAS

Step 2

Migration

Execution: Migrate Files

Special Topic: Alternatives to PROC MIGRATE

PROC MIGRATE is not supported under the following circumstances:

To migrate across operating environments that cannot use PROC MIGRATE, use the following process:

  1. Under the source installation of SAS, use one of the conversion procedures, PROC COPY, PROC CPORT or PROC UPLOAD, to create a transport file containing your source library.

  2. Under the target installation of SAS, use PROC COPY, PROC CIMPORT or PROC DOWNLOAD to convert the transport file to a SAS 9 library.

For more information about conversion procedures, see Moving and Accessing SAS Files and the Base SAS Procedures Guide in the SAS online documentation.

Return to Step 2.