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
Explain why double trailing @@ is used in input statement?
What are the new features included in the new version of SAS Programming Language?
If you could design your ideal job, what would it look like?
What do you code to create a macro? : sas-macro
Tell me about % include and % eval? : sas-macro
what is the effect of the options statement errors=1? : Sas programming
explain about data integrator metadata reports? : Sas-di
What do you know about symput and symget?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
What is the maximum length of the macro variable?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
In SAS explain which statement does not perform automatic conversions in comparisons?
In ARRAY processing, what does the DIM function do?
Describe crosslist option in tables statement?
What is the function of Stop statement in a SAS Program?