In the SAS Data step what is the difference between the
subsetting done by Where and subsetting done by If?
Answer Posted / s.s.suresh
WHERE Statement can be only be used with variables in the
existing dataset where as IF statement can also be used raw
data as well
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How do dates work in sas?
Differentiate between sas functions and sas procedures.
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is the purpose of _character_ and _numeric_?
What is the difference between order and group variable in proc report?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what are the categories that sas informats are used to the place the data? : Sas-administrator
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How do you test for missing values?
what is the primary data source for the wrs? : Sas-bi
How to create an external dataset with sas code?
what is factor analysis? : Sas-administrator
What does proc print, and proc contents are used for?
how do you want missing values handled? : Sas programming
Why double trailing @@ is used in input statement?