Specifies to save observations with nonunique key values (the rejected observations) to a separate data set when inserting observations into data sets with unique indexes.
| Valid in: | INSERT statement |
| Category: | User Control of SAS Index Usage |
| Interaction: | Used in conjunction with SPDSUSDS= automatic macro variable |
| Data source: | SPD Engine data set |
writes rejected observations to a separate, system-created table that can be accessed by a reference to the macro variable SPDSUSDS=.
does not write rejected observations to a separate table (that is, ignores nonunique key values).