Differentiate between proc means and proc summary.
No Answer is Posted For this Question
Be the First to Post Answer
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
How to include or exclude specific variables in a data set?
How to convert HTML file into SAS dataset?
Differentiate between sas functions and sas procedures.
Which is the best training Institute for SAS Business Intelligence course?
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What is program data vector (pdv) and what are its functions?
How to limit decimal places for variable using proc means?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
how we can create optional or required parameters in SAS macro...
What is highest missing value for numeric?