Hi all,
Using syntax, is there way to delete all variables in a dataset, listing only those you want to keep? Example:
Variables: A/B/C/D/E
Standard Syntax (keeping A/B/C)
DELETE VARIABLES
D
E.
Syntax to keep A/B/C by listing A/B/C???
Thanks very much.