Base SAS Programming - Lecture 4

Опубликовано: 16 Август 2016
на канале: Learn Analytics
2,147
4

15 lectures total , continued on Vimeo after lecture 6 for paid subscription - https://vimeo.com/ondemand/sasuma

Creating a copy of a dataset using PROC COPY and DATA and SET statements.
Basic data manipulation using DATA and SET statements: Creating/computing a new variable, renaming a variables using RENAME statement / option, labeling a variable using LABEL statement / option. Using KEEP and DROP options / statements. Using FIRSTOBS and OBS in dataset.