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 is the general format of function in sas? : sas-grid-administration
What is the use of %include statement?
If a variable contains letters or special characters, can it be numeric data type?
In SAS explain which statement does not perform automatic conversions in comparisons?
Difference between sum function and using “+” operator?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What are the different operating system platforms in which we can use sas? : sas-grid-administration
Are you involved in writing the inferential analysis plan? Tables specfications?
Which statement does not perform automatic conversions in comparisons?
do you prefer proc report or proc tabulate? Why? : Sas programming
What are the ways to do a “table lookup” in sas?
AE datasets names? how many types?
what type of graphs we will create(for 2+years candidates)?
Mention some common errors that are usually committed in sas programming.
What are the data types does SAS contain?