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

preview_player
Показать описание
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;
Рекомендации по теме
welcome to shbcf.ru