How would you delete observations with duplicate keys?
Answer Posted / ganesh
we can delete the observation by using NODUP.
proc sort data=name nodup;
by varname;
run;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Name some categories in sas 9? : sas-grid-administration
what is star schema? : Sas-di
What are the uses of sas?
Describe the ways in which you can create a macro variable?
Explain how you can debug and test your SAS program?
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
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;
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What are the table names in oracle database...?
Briefly explain input and put function?
it will become easy if uuu provide website linkssss and list of consultanciessssss
How do you delete duplicate observations in sas?
What is the use of divide function?
What is the use of %include statement?
what is study design in while working with SAS? what are screening variables in SAS?