|
Step 2
|
Under some operating environments, you must use the SLIBREF= option with PROC MIGRATE when your library contains catalogs. (See the PROC MIGRATE Calculator.) To determine whether a SAS library contains catalogs, use one of the following two methods:
proc datasets lib=library_name memtype=cat; run; quit;
Here is the example output in the SAS log:
Member File
# Name Type Size Last Modified
1 ANALYST CATALOG 6304768 02Jan08:11:34:02
2 FORMATS CATALOG 17408 02Jan08:11:31:37
Return to Step 2.