filmov
tv
Describe this sas code 1007 - Subset variables using keep= dataset option on set statement

Показать описание
This video series is created to help beginners describe a piece of SAS code.
This video shows how to describe a piece of SAS code which creates a dataset with subset of variables using keep= dataset option on set statement
data class;
run;
This video shows how to describe a piece of SAS code which creates a dataset with subset of variables using keep= dataset option on set statement
data class;
run;