How would you delete observations with duplicate keys?
Answer Posted / upendra
Data <datasetname>;
Set <datasetname>;
by <var>;
If last.var;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
If a variable contains letters or special characters, can it be numeric data type?
To what type of programms have you used scratch macros?
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
In ARRAY processing, what does the DIM function do?
What is the command used to find missing values?
what is sas metadata repository? : Sas-bi
How do you specify the number of iterations and specific condition within a single do loop?
what is function of retain statment
what do the pad and dim functions do? : Sas programming
What are the data types in sas?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
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
how does sas handle missing values in procs? : Sas programming