Base SAS Programming - Lecture 6 (Continued on Vimeo -see description)

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

Additional lectures for paid subscription - https://vimeo.com/ondemand/sasuma


Multiple / nested ELSEIF statements, IF THEN DO statements
Creating datasets using IF THEN OUTPUT statements
Deleting observations using IF THEN DELETE statements
Sorting datasets using PROC SORT: sorting by multiple variables in both ascending and descending order. Options like NODUPKEY and NODUPRECS to check for duplicate values. OUT option to save the sorted dataset.