Migration for Metadata-Based Deployments(February 2009) The SAS Migration Utility analyzes and prepares your
SAS 9.1.3 deployment for migration. See
SAS
Intelligence Platform: 9.1.3 to 9.2 Migration Guide for a complete guide to planning and execution.
This topic summarizes compatibility and migration issues for SAS/AF software.
The SAS/AF video player class (a legacy class from SAS 6) is not supported in
SAS 9.1 and later. You can use the DICTIONARY.CATALOGS view in the SQL procedure
to scan for all of the member types in the library:
proc SQL;
select objtype, count(objtype) from dictionary.catalogs
where libname = 'YOURLIB' group by objtype;