Differentiate between proc means and proc summary.
No Answer is Posted For this Question
Be the First to Post Answer
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
what are the benefits of data integration? : Sas-di
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
What do you know about sas and what we do? : sas-grid-administration
For what purpose would you use the RETAIN statement?
why is the use of Retrive statement and give me with example?
What is the purpose of _error_?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
what techniques and/or procs do you use for tables? : Sas programming
What does P-value signify about the statistical data?
which date function advances a date, time or datetime value by a given interval? : Sas programming
how can you improve the performance of a query, If it is excuting very slowly?