get file='C:\Documents and Settings\psyc-ga\Desktop\SPSS
Syntax\test3.sav'.
/KEEP
id# Clinid# Case# TSERVHR TXLENGTH TXDOSE CTNSWTM CTNSWIND
THNSWTM THNSWING CTCANTM CTCANIND THCANTM THCANIND UNCONTM
UNCONND.
SAVE OUTFILE='C:\Documents and
Settings\asburkley0\Desktop\Util_tab1.sav'
/COMPRESSED.
however when I ran the syntax in SPSS 11.0 the output stated
>Error # 1. Command name: /KEEP
>The first word in the line is not recognized as an SPSS command.
>This command not executed.
So WTF? lol I thought KEEP was a subcommand in SPSS 11.0 too?? (btw
the data has over 1000 variables so it'd be nice to sort out the ones i
want) THANKS A BUNCH!
~D.B.
get file='C:\Documents and Settings\psyc-ga\Desktop\SPSS
Syntax\test3.sav' /KEEP
id# Clinid# Case# TSERVHR TXLENGTH TXDOSE CTNSWTM CTNSWIND
THNSWTM THNSWING CTCANTM CTCANIND THCANTM THCANIND UNCONTM
UNCONND.
The trick is to remove the period after test3.sav'. KEEP is a
subcommand.