how to remove duplicates using proc sql?
No Answer is Posted For this Question
Be the First to Post Answer
Are you familiar with special input delimiters? How are they used?
what has been your most common programming mistake? : Sas programming
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
what is sas business intelligence? : Sas-bi
What are the main differences between sas versions 8.2, 9.0, 9.1?
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
how many types prompting framework can be broken down to? : Sas-bi
why is the use of Retrive statement and give me with example?
what are validation tools that are used in sas? : Sas-administrator
How would you delete observations with duplicate keys?