Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are the implications?

1787


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;

2557


What is the difference between order and group variable in proc report?

1485


What does PROC print, and PROC contents do?

1277


How to test the debugging in sas?

1243


What is proc sort?

1310


Explain why double trailing @@ is used in input statement?

1116


What do the put and input function do?

1112


Mention the category in which sas informats are placed?

1076


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1590


what are some differences between proc summary and proc means? : Sas programming

1194


Mention what is SAS data set?

1177


What do you understand by the term Normal Distribution?

1038


what r the job openings SAS for fresher graduates !

2502


Can you suggest us materials for sdtm mapping?

4493