In the SAS Data step what is the difference between the
subsetting done by Where and subsetting done by If?
Answer Posted / ramesh
Two Where coditions can be used at a time to one variable
Two IF conditions can not be used at a time to one variable
In Where condition either <= OR =< can be used
In If condition only <= can be used.
'where' is Data set options and statement
'If' is only Statement
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
name several ways to achieve efficiency in your program? : Sas programming
What does the RUN statement do?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
How do you debug and test your SAS programs?
what is star schema? : Sas-di
why is sas considered self-documenting? : Sas programming
How can you create a macro variable with in data step? : sas-macro
What is PROC in SAS?
Describe 5 ways to do a “table lookup” in SAS?
what is function of retain statment
how can you put a "trace" in your program? : Sas programming
Did you used proc test? when?
What is the use of divide function?
what techniques and/or procs do you use for tables? : Sas programming
how do the in= variables improve the capability of a merge? : Sas programming