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 the use of proc sql? : Sas programming
how can you create zero observation dataset? : Sas programming
What does the trace option do?
is data integration and etl programming is same? : Sas-di
what other sas products have you used and consider yourself proficient in using? : Sas programming
Differentiate between ceil and floor functions.
how to remove duplicates using proc sql?
Explain the main difference between the sas procedures and functions? : Sas-administrator
How to limit decimal places for variable using proc means?
How to include or exclude specific variables in a data set?
Name few SAS functions?
what is sas and what are the functions? : Sas-administrator
Given an unsorted data set, how to read the last observation to a new data set?
How would you determine the number of missing or nonmissing values in computations?
Why double trailing @@ is used in input statement?