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 is transformation in sas data integration? : Sas-di
What is the role of unrestrictive users? : sas-grid-administration
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
How to create list output for cross-tabulations in proc freq?
Explain the purpose of substr functions in sas programming.
Mention common programming errors committed in sas ?
Given an unsorted data set, how to read the last observation to a new data set?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
explain the proc in sas? : Sas-administrator
What is the difference between SAS functions and procedures?
What are common programming errors committed in sas
This entry was posted in General. Bookmark the permalink. Post a comment or leave
how do you debug and test your sas programs? : Sas programming
What is maximum storage capability of SAS?
What is the role of administrative users? : sas-grid-administration