Specifies how PROC SQL handles updated data if errors occur while you are updating data. You can use UNDO_POLICY= to control whether your changes are permanent.
Valid in: | configuration file, SAS invocation, Options statement |
Categories: | Files: SAS Files |
System administration: SQL | |
PROC OPTIONS GROUP= | SASFILES |
SQL | |
Note: | This option can be restricted by a site administrator. For more information, see “Restricted Options” in Chapter 1 of SAS System Options: Reference. |
keeps any updates or inserts.
reverses any updates or inserts that it can reverse reliably.
reverses all inserts or updates that have been done to the point of the error. This is the default.