How do you delete duplicate observations in sas?
No Answer is Posted For this Question
Be the First to Post Answer
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Tell me more about the parameters in macro? : sas-macro
What is _n_?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
Briefly describe 5 ways to do a "table lookup" in sas.
what are input dataset and output dataset options? : Sas programming
How do you define proc in sas? : sas-grid-administration
. Which date advances a date, time or date/time value by a given interval?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
For what purposes have you used sas macros? : sas-macro