SAS Commands under Windows |
Windows specifics: | all |
Syntax | |
Details |
Syntax |
WRTFSAVE "filename" <NOPROMPT> |
is a required argument and can include a file path. If you specify a filename without a path, the file is saved in the current SAS working folder. The WRTFSAVE command does not automatically append the .RTF file extension. If you want the resulting filename to end in .RTF, be sure to include it as part of the filename that you specify.
specifies that if a file with the same filename already exists, that file will be overwritten without prompting you with a confirmation dialog box.
Details |
The WRTFSAVE command saves the contents of the active window in .RTF format. The contents of the active window must be text. This command performs the same action as the Save As dialog box when you select .rtf from the Save file as type list. However, WRTFSAVE saves the file without displaying an intermediate dialog box.
Note: The WRTFSAVE command does not work with the enhanced editor.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.