SAS Commands under Windows |
Syntax |
Syntax |
SAVE <catalog-entry><ATTR> <TABS> <APPEND | REPLACE> |
writes the contents of the window to the catalog entry that was most recently specified in a COPY or SAVE command during the current SAS session.
compresses spaces as tabs during storage instead of storing the file with the default spacing.
appends the contents of the window to the contents of the catalog entry. When it is specified, this catalog entry becomes the default until another catalog entry is specified.
replaces the contents of the catalog entry with the contents of the window. Once specified, this replacement becomes the default until another catalog entry is specified.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.