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
what is sas application server? : Sas-di
What are the table names in oracle database...?
What is factor analysis?
Mention what are the data types does SAS contain?
How sas treats the dsd delimiters?
How do you control the number of observations and/or variables read or written?
What is the maximum length of the macro variable? : sas-macro
What is PDV?
Describe the ways in which you can create a macro variable?
What function CATX syntax does?
Describe the function and utility of the most difficult SAS macro that you have written?
Explain the use of proc gplot? : sas-grid-administration
where to use sas business intelligence? : Sas-bi
how can you put a "trace" in your program? : Sas programming
Describe 5 ways to do a “table lookup” in SAS?