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 / ashish

data count;
set l;
if count(name,'malli') then b=_n_;
run;

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the ways to do a “table lookup” in sas?

587


what are all the reports you generated in your recent project?

1679


What is the basic structure of the SAS base program?

684


What is program data vector (pdv)?

629


Are you involved in writing the inferential analysis plan? Tables specfications?

2107






i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

1840


what are informats in sas? : Sas-administrator

580


What is the difference between %local and %global? : sas-macro

664


Mention what is SAS data set?

668


What do the mod and int function do? : Sas programming

569


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

539


describe how to adjust the performance of data integrator? : Sas-di

561


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

1577


How is character variable converted into numeric variable and vice versa?

588


What is a pdv and what are its functions?

598