Using SAS Files |
What Is File Migration? |
File migration moves libraries forward to a new release of SAS. In many cases, SAS files from previous releases or from other hosts are compatible with SAS 9.2. If the files are not compatible, you can use PROC MIGRATE, a utility procedure, to migrate your files and libraries. Information to consider when you migrate your files includes the release of SAS in which your data currently resides, what member types exist in your libraries, and whether you must move members from 32-bit libraries to 64-bit libraries. PROC MIGRATE streamlines the process of moving files forward.
For information about using PROC MIGRATE and the Compatibility Calculator, see Migration at support.sas.com/migration.
Benefits of Migrating SAS Files |
Migrating SAS files enables you to do the following:
have Update access to unsupported data files
have access to indexes, integrity constraints, and other features
use long names for formats and informats
use more than 32,767 variables
use suppressed transcoding of a specified variable
avoid the overhead of reading or writing to 32-bit files in a 64-bit SAS session
How to Migrate a SAS Library |
To migrate a SAS library, use the MIGRATE procedure. If you are migrating from a 32-bit to a 64-bit environment, and catalogs are present in the library, you must have access to a 32-bit Release 8 SAS/CONNECT or SAS/SHARE server.
Note: If Release 8.2 files were created on a 64-bit UNIX computer, then these files are native on UNIX in SAS 9 for computers with the same data representation as those files that were created in Release 8.2. You do not need to migrate these files.
For information about the MIGRATE procedure and how to use the PROC MIGRATE Calculator, see Migration at support.sas.com/migration.
Additional Resources |
For more information about the MIGRATE procedure and file compatibility, see Migration at support.sas.com/rnd/migration.
For more information about reading Version 6 data sets, see Reading Version 6 Files.
For more information about CEDA, see SAS Language Reference: Concepts.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.