keypoints for SAS

Adarsha Regmi
Nov 24, 2021

--

varnum -> ensures the variables are shown in same order present in raw dataset.

keeps in editing and updating.

proc transpose

The proc transpose by default only transposes the numeric data fields. In order to explicitly define the variables we make use of var statement.

--

--