Chapter Contents

Previous

Next
WAUTOSAVE

WAUTOSAVE



Controls how often the SAS System automatically saves work in the program editor window

Windows specifics: all


Syntax
Details
See Also

Syntax

WAUTOSAVE <<ON | OFF> INTERVAL=minutes>

no arguments
turns the autosave feature on and resets the autosave timer (so that work will automatically be saved after the defined time interval).

ON | OFF
specifies to turn the autosave feature on or off.

INTERVAL=minutes
specifies to automatically save 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 the SAS System 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. You can also set the autosave feature in the Preferences dialog box Edit page.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.