University of Rochester Medical Center
SearchDirectoryNewsEventsStrong HealthURMC Home

SAS Helpful Hints

Reset Defaults

If you use SAS interactivly all day, titles, footnotes and other settings will continue to be in effect until they are changed. This can be annoying when features from your previously run program show up in the one you are currently writing. To reset SAS to it's default settings, you can exit and restart SAS, or you can run the following code.

Options Errors=4 Pageno=1 Linesize=127 Pagesize=39 Yearcutoff=1920 Date;
Title1; *Clears all titles;
Footnote1; *Clears all footnotes;

 

 

Please send your comments and suggestions about this web page to A. Watts (watts@bst.rochester.edu)