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 few SAS functions?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
To what type of programms have you used scratch macros?
what is sas enterprise intelligence architecture? : Sas-bi
Did you used proc test? when?
How to limit decimal places for variable using proc means?
Explain what is SAS informats?
Name validation tools used in SAS
Differentiate between sas functions and sas procedures.
describe the interaction table in sas di? : Sas-di
In sas admin differentiate between roles and capabilities? : sas-grid-administration
do you prefer proc report or proc tabulate? Why? : Sas programming
Describe the function and untility of the most difficult SAS macro that you have written.
How to convert a numeric variable to a character variable?
Explain data_null_?