i have one dataset
data l;
input name: $ 25;
cards;
manoj is a good boy to krishna
krishna is a god boy to malli
malli is good boy to ramana
ques: here i want "manoj" observations nubers
Answer Posted / vivek
data count;
set l;
a = count(sen,'manoj');
run;
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are the implications?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What is the difference between order and group variable in proc report?
What does PROC print, and PROC contents do?
How to test the debugging in sas?
What is proc sort?
Explain why double trailing @@ is used in input statement?
What do the put and input function do?
Mention the category in which sas informats are placed?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what are some differences between proc summary and proc means? : Sas programming
Mention what is SAS data set?
What do you understand by the term Normal Distribution?
what r the job openings SAS for fresher graduates !
Can you suggest us materials for sdtm mapping?