Specifies whether you want to retain table data if the SPD Server table creation process terminates abnormally.
| Valid in: | SPD Server |
| Default: | NO. Normally, SAS closes and deletes tables that are not properly created. |
| Restriction: | Assignments for macro variables with character input (for example, YES | NO | BINARY arguments) must be entered in uppercase (capitalized). |
enables FORCESAVE mode and saves the table.
Default server actions delete partially completed tables.
%let SPDSFSAV=YES; DATA SPDSLIB.ANNUAL; ... RUN;