I will discuss SAS programming tips, tricks, new functions or procedures and statistical analysis using SAS in this blog.
Tuesday, June 16, 2009
Name statements that function at both compile and execution time.
DATA statement at compile time will tell the compiler name of the dataset to be filled in dataset descriptor portion. At run time it will tell compiler when to re-initialize user created variable.
No comments:
Post a Comment