Was this helpful?
SAVE Examples
The following examples provide details.
Example 1:
The following example saves the "employee" table until December 31, 2003:
## save employee until december 31 2003
Example 2:
The following example uses a variable to specify the expiration date:
save_date = "december 31 2003"
## save employee until save_date
Last modified date: 11/28/2023