The exceptions data
has these columns:
specifies the name
of the canonical table to which the exception applies. Valid values
are person
, logins
, email
, phone
, location
, idgrps
, grpmems
, and authdomain
.
specifies a SAS WHERE
clause expression (without the WHERE) to apply against the corresponding
table. The WHERE clause consists of a canonical table column name
and an exception value.
For example, consider
this exceptions data set:
phone PhoneType="manual Phone"
email EmailType="manual Email"
logins authDomKeyId="A002"
logins userid="testid%"
Each line protects a set
of objects in a particular target table, ensuring that those metadata
objects are preserved.
-
The first entry excludes objects
in the target phone table that have a PhoneType of
manual Phone
. In SAS Management Console, the PhoneType
is displayed in the
Type field in the
Phone Properties dialog box.
-
The second entry excludes objects
in the target email table that have the EmailType value
manual Email
. In SAS Management Console, the EmailType
is displayed in the
Type field in the
Email Properties dialog box.
-
The last entry excludes any objects
in the target logins table which have a userid value that begins with
testid
.
Note: Logins that are in authentication
domains that do not exist in the master tables are preserved by default.
It is not necessary to define exceptions for such logins.