How to get the repeated values by using sql in sas ?
Answer Posted / naveen
proc sql;
select name count
from
group by name;
quit;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Describe the function and utility of the most difficult SAS macro that you have written?
What is the difference between nodupkey and nodup options?
Can you explain the process of calendar?
what is null hypothesis? why do you consider that?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What is maximum number of rows and cols can be handled in SAS?
Describe the function and untility of the most difficult SAS macro that you have written.
What are the statements that are executed only?
How would you include common or reuse to be processed along with your statements?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
how can you import .csv file in to sas? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Describe the function and untility of the most difficult SAS macro that you have written.
what other sas products have you used and consider yourself proficient in using? : Sas programming
What are the different operating system platforms in which we can use sas? : sas-grid-administration