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
how does sas handle missing values in a merge? : Sas programming
describe how to adjust the performance of data integrator? : Sas-di
Mention some common errors that are usually committed in sas programming.
What is proc sort?
Give some examples where proc report’s defaults are same as proc print’s defaults?
Explain the use of proc gplot? : sas-grid-administration
What are the difficulties u faced while doing vital signs table or dataset?
How do you debug and test your SAS programs?
How you can read the variables that you need?
how will you locate the sas platform applications? : Sas-bi
What is interleaving in SAS?
What is the basic structure of the SAS base program?
What are the default statistics for means procedure?
What are the automatic variables for macro? : sas-macro
What areas of SAS are you most interested in?