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
name several ways to achieve efficiency in your program? : Sas programming
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
AE datasets names? how many types?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
Differentiate between format and informat? : sas-grid-administration
Mention how to limit decimal places for the variable using proc means?
what versions of sas have you used (on which platforms)? : Sas programming
what is function of retain statment
How sas treats the dsd delimiters?
List out some key concept of SAS
What is the differnce between SDTM 3.1.2 to 3.1.1 version
How can sas program be validated?
What are the difference between sas functions and procedures?
Describe the function and untility of the most difficult SAS macro that you have written.
Which date function advances a date, time or datetime value by a given interval?