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
Name some categories in sas 9? : sas-grid-administration
Give some examples where proc report’s defaults are different than proc print’s defaults?
What are SAS/ACCESS and SAS/CONNECT?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
How do dates work in SAS data?
Have you used macros? For what purpose you have used? : sas-macro
What are the parameters of scan function?
How to convert a numeric variable to a character variable?
How can you limit the variables written to output dataset in data step?
What do the PUT and INPUT functions do?
What are the special input delimiters used in SAS?
Approximately what date is represented by the SAS date value of 730?
explain what is data set in sas? : Sas-administrator
what are the scrubbing procedures in sas? : Sas programming
what is intially documentation in sas?