SAS Commands under Windows |
Windows specifics: | all |
Syntax | |
Details | |
See Also |
Syntax |
WAUTOSAVE <<ON | OFF> INTERVAL=minutes> |
turns the autosave feature on and resets the autosave timer (so that work will automatically be saved after the defined time interval).
saves work every certain number of minutes. The default interval is 10 minutes. Specify the interval as an integer.
Details |
Use the WAUTOSAVE command if you want SAS to automatically save your work more often or less often than the default interval of every 10 minutes. SAS saves the Program Editor contents to 'pgm.asv' in the current working folder or in the folder specified by the AUTOSAVELOC system option. Contents of the Enhanced Editor windows are saved to the operating environment temporary folder with the filename of 'Autosave of filename.$AS'. You can also set the autosave feature in the Preferences dialog box Edit page.
See Also |
AUTOSAVELOC System Option in SAS Language Reference: Dictionary
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.