Answer Posted / xxx
mainly two types of conditions we are using,
Data step and Proc SQL coditions,
1. Datastep
--> where, if then else (nothing but filter conditions).
2. Proc SQL;
--> Case, When then else conditions.
loop coditions.
In macros we can use any kind of filter conditions.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How we can create SAS USER DEFINED CODE?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
This entry was posted in General. Bookmark the permalink. Post a comment or leave
Difference between SAS STATA & SPSS?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Difference between sum function and using “+” operator?
What are the difference between sas functions and procedures?
how to debug and test the sas program? : Sas-administrator
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what are informats in sas? : Sas-administrator
What is the purpose of trailing @ and @@? How do you use them?
Explain what is SAS informats?
what is the use of sas management console? : Sas-di
how does sas handle missing values in sort order? : Sas programming
how does sas handle missing values in assignment statements? : Sas programming