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

how do the in= variables improve the capability of a merge? : Sas programming

935


What is the role of sas grid administrator? : sas-grid-administration

829


Mention common programming errors committed in sas ?

647


where are dashboard components are created and maintained? : Sas-bi

569


What are the table names in oracle database...?

2251






How we can create SAS USER DEFINED CODE?

1614


AE datasets names? how many types?

2078


Describe a time when you were really stuck on a problem and how you solved it?

2206


explain the proc in sas? : Sas-administrator

625


What are the different types of sas functions?

608


why is a stop statement needed for the point=option on a set statement? : Sas programming

588


Enlist the syntax rules followed in sas statements.

618


why is sas considered self-documenting? : Sas programming

682


Describe the ways in which you can create macro variables? : sas-macro

577


Describe crosslist option in tables statement?

714