Page 54 - SAS_manual
P. 54
Output:
As you can notice we have a SET statement in both programs let’s discuss about SET statement.
SYNTAX:
SET existing data set name;
By using SET statement we can copy the data of an existing data set to a new dataset.
2) IF condition THEN action;
Program 6.4:
SAS HANDBOOK | VISIT:: http://nikhilanalytics.com 54