DROP Keyword (CSSELECT command)
The DROP
keyword
excludes variables from the file or dataset specified on the OUTFILE
keyword. DROP
has no bearing on the active dataset.
- At least one variable must be specified.
- Variables not listed are copied.
- The
ALL
keyword can be used to drop all variables. - An error occurs if a specified variable does not exist in the active dataset.