data new(Keep x y); set old; run; What is the result?
The new dataset will have only variables x and y
Syntax Error.The Keep statement should be (Keep = x y).
The old dataset will have only variables x and y
The new dataset will have all variables