Removes objects matching the specified criteria from the working set of export mappings. The REMOVE statement name is followed by the type of objects being removed from the working set of export mappings. The object type can be DOMAIN, USER, or GROUP. The REMOVE statement has two options, CRITERIA and LOG.
specifies criteria used to select DataFlux Authentication Server objects into the working set of export mappings. The criteria must be valid SQL WHERE syntax that does not use the WHERE keyword. It must reference only the SQL entities available for the type of objects being matched:
remove domains / criteria="x.domain_map.as_name_n='EURNET'" log;
Type
|
SQL Entities Available
in Match Criteria WHERE Clause
|
---|---|
DOMAINS
|
All columns in X.DOMAIN_MAP
|
USERS
|
All columns in X.USER_MAP
|
GROUPS
|
All columns in X.GROUP_MAP
|
specifies to print REMOVE statement results in the SAS log.