I will discuss SAS programming tips, tricks, new functions or procedures and statistical analysis using SAS in this blog.
Tuesday, June 16, 2009
Identify statements whose placement in the DATA step is critical.
1> if restriction_criteria; statement 2> output; statement 3> assignment statments eg if minage < 20 ; minage = min(age); /* This statment should be above IF statment*/
No comments:
Post a Comment