Chapter Contents |
Previous |
Next |
SAS/ACCESS Interface to CA-DATACOM/DB: Reference |
When you include a WHERE clause or criteria that require a Select file, the customary SAS behavior applies. Otherwise, newly added data records appear in order by the Native Key, not at the end. The new records are always inserted in the table in the proper place, in order by the Native Key. Including or not including a WHERE clause simply determines how the table looks to the SAS System.
Note: If you are going to use a view descriptor to insert
new data records, you must select at least one key (or the fields that make
up the key) for that view descriptor. Select the Master Key if the Master
Key values must be unique. If you request repositioning (that is, the DDBLOAD=
option is set to zero or allowed to default to zero), either the default key
must be selected or all of the fields that it comprises must be selected.
An ADD cannot be processed if DDBLOAD equals 0 and the Default Key field
is set to blanks.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.