what is conditional processing?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / solasa
use "IF ,IF THEN,CASE,WHERE " terms to subset conditionally.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / beula.koduri24
macro facilty can control some portions of the sas program,based on a specfic conditions known as conditional processing.
| Is This Answer Correct ? | 2 Yes | 8 No |
What is the pound sign used for in the data_null_ ?
Difference between SAS STATA & SPSS?
Can you excute a macro within a macro? Describe.
Where do the database management systems store data and how do u import them.
Identify statements whose placement in the DATA step is critical.
How would you determine how far down on a page you have printed in order to print out footnotes?
Describe a time when you were really stuck on a problem and how you solved it?
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
Explain translate function?
Tell me about % include and % eval? : sas-macro
Tell me more about the parameters in macro? : sas-macro
Have you used macros? For what purpose you have used? : sas-macro