Features: |
IN= OUT= |
Notes: | You are encouraged to run PROC MIGRATE with validation
tools. See Migrating a Library with Validation Tools .
To learn whether this is the correct PROC MIGRATE example
for your migration, use the PROC MIGRATE Calculator on the SAS Web
site at |
signon serv-ID sascmd='my-sas-invocation-command';
rsubmit; libname source <engine> 'source-library-pathname'; endrsubmit;
libname source <engine> server=serv-ID;
libname target <engine> 'target-library-pathname';
proc migrate in=source out=target <options>;
run;