If cross-environment data access (CEDA) processing is
invoked, and if the IN= source library contains catalogs, then you
must specify a
If CATALOG is the only member type in the library and you are using the SLIBREF= option, then omit the IN= argument.
libname lib1 'source-library-pathname';
libname lib2 server=server id;
proc migrate in=lib1 out=lib2;
run;
8
specifies a page size of 8 bytes,
and a value of 4k
specifies a page
size of 4096 bytes.
http://support.sas.com/rnd/migration/procmigrate/validtools.html
.
For more information, see Migrating a Library with Validation Tools . The SLIBREF= server must be running on the same type of operating environment as the source library. For example, if the source session is running under UNIX, then the server must be running under UNIX.
If you are migrating from a SAS®9 release
or later (for example, migrating from SAS 9.1.3 to SAS 9.2), then
SLIBREF= is not required. If you have incompatible catalogs, specify
the