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 |
How would you identify a macro variable? : sas-macro
What is the basic syntax style in SAS?
Give some examples where proc report’s defaults are different than proc print’s defaults?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
what is intially documentation in sas?
How is character variable converted into numeric variable and vice versa?
what is transformation in sas data integration? : Sas-di
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Intern stastical programmer written test
What are Dashboard reports?And significance of these in analysis?
how can you put a "trace" in your program? : Sas programming