OUTPUT SAVE
OUTPUT SAVE [NAME={* }]
{name}
OUTFILE='file specification'
[TYPE={SPV**}]
[LOCK={NO**}]
{YES }
[STOREMODEL={NO }]
{YES**}
[/PASSPROTECT PASSWORD={'password'} [ENCRYPTEDPW={NO**}] ]
{NONE** } {YES }
** Default if the keyword is omitted.
This command takes effect immediately. It does not read the active dataset or execute pending transformations. See the topic Command Order for more information.
Release History
Release 15.0
- Command introduced.
Release 16.0
-
TYPEkeyword introduced.
Release 17.0
-
LOCKkeyword introduced.
Release 21.0
-
PASSPROTECTsubcommand introduced.
Release 23.0
STOREMODELkeyword introduced.
Release 27.0
-
TYPEkeyword's SPW option was deprecated.
Example
OUTPUT OPEN FILE='/examples/output/Q1Output.spv'.
GET FILE='/examples/data/March.sav'.
FREQUENCIES VARIABLES=ALL.
OUTPUT SAVE OUTFILE='/examples/output/Q1Output.spv'.