How would you delete duplicate observations?
Answer Posted / raj
using proc sort and by statements
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
Of all your work, where have you been the most successful?
Which command is used to save logs in the external file?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what are validation tools that are used in sas? : Sas-administrator
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Explain proc sort?
What do you understand by the term Normal Distribution?
What are the differences between proc means and proc summary?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What is the function of Stop statement in a SAS Program?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
How many ways to overcome a missing values???
What’s the difference between var b1 – b3 and var b1 — b3?
What do the mod and int function do? : Sas programming
What is the difference between %local and %global? : sas-macro