NUMBERED Keyword (OMS command)
For FORMAT=SAV
, you can also specify the NUMBERED
keyword to identify the source tables, which can be useful if the
data file is constructed from multiple tables. This creates an additional
variable in the data file. The value of the variable is a positive
integer that indicates the sequential table number. The default variable
name is TableNumber_. You can override
the default with an equals sign (=) followed by a valid variable name
in quotes after the NUMBERED
keyword.
Example
OMS
/SELECT TABLES
/IF COMMANDS = ['Regression'] SUBTYPES = ['Coefficients']
/DESTINATION = SAV NUMBERED = 'Table_number'
OUTFILE = 'data.sav'.