Tuesday, 6 November 2012

Why is SAS considered self-documenting? | SAS Programming Interview Questions

SAS is considered self documenting because during the compilation time it creates and stores all the information about the data set like the time and date of the data set creation later No. of the variables later labels all that kind of info inside the dataset and you can look at that info using proc contents procedure.

No comments: