ASEXPORT Procedure
Requirement: |
The target SAS Metadata Server and the source DataFlux
Authentication Server must be running. Connection information for
these servers must be available. A trusted user must also be available.
|
Tip: |
PROC ASEXPORT supports RUN-group processing. |
See: |
Open Metadata Interface in SAS Language Interfaces to Metadata |
Syntax
PROC ASEXPORT<proc-options>;
MATCH DOMAIN | USER | GROUP /
<match-options>;
ADD DOMAIN | USER | GROUP /
<add-options>;
REMOVE DOMAIN | USER | GROUP /
<remove-options>;
LIST <type-list> /
<list-options>;
Table of Procedure Tasks and Examples
Statement |
Task |
Example |
PROC ASEXPORT |
Export or migrate DataFlux Authentication Server content. |
Ex. 1 |
MATCH |
Match DataFlux Authentication Server objects with an
equivalent SAS Metadata Server objects and place the matches into
the working set of export mappings.
|
Ex. 1 |
MATCH SINGLETON |
Match a single DataFlux Authentication Server object
with an equivalent SAS Metadata Server object and place the match
into the working set of export mappings.
|
Ex. 1 |
ADD |
Add DataFlux Authentication Server objects that are
unmatched in the working set of SAS Metadata Server objects to the
working set of export mappings.
|
Ex. 1 |
REMOVE |
Remove objects matching the specified criteria from
the working set of export mappings.
|
Ex. 1 |
LIST |
List the current working set of export mappings in
the SAS log.
|
Ex. 1 |
EXPORT |
Export the working set of export mappings and clear
the mapping tables, X.DOMAIN_MAP, X.USER_MAP and X.GROUP_MAP.
|
Ex. 1 |
UNDO |
Undo changes to the working set of export mappings.
These mappings result from the most recent MATCH, MATCH SINGLETON,
ADD, or REMOVE statement that was not followed by a RUN or EXPORT
statement.
|
Ex. 1 |
Copyright © SAS Institute Inc. All rights reserved.