Previous Page | Next Page

SAS Commands under Windows

SAVE Command: Windows



Writes the entire contents of the Enhanced Editor, Program Editor, Log, Output, Notepad, and Keys windows to a catalog entry.
Syntax

Syntax

SAVE <catalog-entry><ATTR> <TABS> <APPEND | REPLACE>

(no argument)

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.

catalog-entry

specifies the four-level name.

ATTR

stores attributes with the entry.

TABS

compresses spaces as tabs during storage instead of storing the file with the default spacing.

APPEND

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.

REPLACE

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.

Previous Page | Next Page | Top of Page