i have a dataset with 25 obs; 10th obs has like
ramu,anji,ramu,azad,ramu like this. i want to know how many
times the word repeats in that obs?
Answer Posted / vivek
Data DS;
INFILE datalines;
input name $;
datalines;
ram
sham
seema
amit
sham
sushil
amit
seema
ravi
run;
proc freq data = ds;
table name;
output out =dsfrq;
run;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what are the types of interactive display types? : Sas-bi
What is program data vector (pdv) and what are its functions?
What is proc sort?
do you prefer proc report or proc tabulate? Why? : Sas programming
What is the difference between match merge and one to one merge?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
What are the advantages of using sas?
describe about metadata object? : Sas-di
List out some key concept of SAS
What is a method to debug and test your SAS program?
How are numeric and character missing values represented internally?
What are the functions used for character handling?
what are several options for creating reports in web report studio? : Sas-bi
List down the reasons for choosing sas over other data analytics tools.
how do you debug and test your sas programs? : Sas programming