27.03.2013 Views

SPSS® 12.0 Command Syntax Reference

SPSS® 12.0 Command Syntax Reference

SPSS® 12.0 Command Syntax Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

1118 OMS<br />

SVWSOXML XML used by SmartViewer Web Server. This is actually a jar/zip file containing<br />

XML, CSV, and other files. SmartViewer Web Server is a separate, server-based<br />

product.<br />

TEXT Space-separated text. Output is written as text, with tabular output aligned<br />

with spaces for fixed-pitch fonts. Charts and maps are excluded.<br />

TABTEXT Tab-delimited text. For output that would be pivot tables in the Viewer, tabs<br />

delimit table columns elements. Text block lines are written as is; no attempt<br />

is made to divide them with tabs at useful places. All charts and maps are excluded.<br />

Numbered Keyword<br />

For FORMAT = SAV, you can also specify the NUMBERED keyword to identify the source tables,<br />

which can be useful if the data file is constructed from multiple tables. This creates an<br />

additional variable in the data file. The value of the variable is a positive integer that indicates<br />

the sequential table number. The default variable name is TableNumber_. You can override<br />

the default with an equals sign (=) followed by a valid SPSS variable name in quotes after<br />

the NUMBERED keyword.<br />

Example<br />

OMS<br />

/SELECT TABLES<br />

/IF COMMANDS = [’Regression’] SUBTYPES = [’Coefficients’]<br />

/DESTINATION = SAV NUMBERED = ’Table_number’<br />

OUTFILE = ’spssdata.sav’.<br />

OUTFILE Keyword<br />

If a FORMAT is specified, the DESTINATION subcommand must also include either an OUT-<br />

FILE or OUTPUTSET specification. OUTFILE specifies an output file. The keyword must be<br />

followed by an equals sign (=) and a file specification in quotes or a previously defined file<br />

handle “FILE HANDLE” on p. 564.<br />

Example<br />

OMS<br />

/DESTINATION FORMAT = OXML OUTFILE = ’c:\mydir\myfile.xml’.<br />

OUTPUTSET Keyword<br />

OUTPUTSET is an alternative to OUTFILE that allows you to route each output object to a separate<br />

file. The keyword must be followed by an equals sign (=) and one of the following alternatives:<br />

LABELS Output file names based on ouput object label text. Label text is the text that<br />

appears in the outline pane of the Viewer. See “LABELS Keyword” on p.<br />

1115 for more information on labels.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!