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
What are common programming errors committed in sas
how to debug and test the sas program? : Sas-administrator
Mention what is PROC in SAS?
what is the difference between nodup and nodupkey options? : Sas programming
What is the role of administrative users? : sas-grid-administration
Describe the ways in which you can create macro variables? : sas-macro
what is program data vector? : Sas-administrator
what is the purpose of _error_? : Sas programming
Describe the ways in which you can create a macro variable?
how does sas handle missing values in a merge? : Sas programming
Enlist the functions performed by sas.
What are the difficulties u faced while doing vital signs table or dataset?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Explain the difference between using drop = data set option in set and data statement?
Tell e how how dealt with..