filmov
tv
Describe this sas code 1008 - Subset variables using keep statement in data step

Показать описание
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 statement in data step
data class;
keep name sex;
run;
This video shows how to describe a piece of SAS code which creates a dataset with subset of variables using keep statement in data step
data class;
keep name sex;
run;