The ASEXPORT procedure
is a SAS procedure used to migrate metadata from DataFlux Authentication
Server to SAS Metadata Server. The procedure supports direct object
migration through the SAS Open Metadata Interface. It also supports
the creation of an export package that is compatible with PROC METADATA.
The following steps
illustrate the workings of the ASEXPORT procedure:
-
The META= connection
and filter parameters are used to connect to SAS Metadata Server..
-
The AS= connection and
filter parameters are used to connect to DataFlux Authentication Server.
-
The MATCH, MATCH SINGLETON,
ADD, and DELETE statements use these working sets to build up the
mappings between DataFlux Authentication Server and SAS Metadata Server
objects.
-
The LIST statement lists
them.
-
The EXPORT statement
exports them to a file, forwards them to the SAS Metadata Server,
or both.
-
The file created by
the EXPORT statement can be used directly by the METADATA procedure
as its IN= procedure option.