explain the difference between proc means and proc summary?
No Answer is Posted For this Question
Be the First to Post Answer
What is the pound sign used for the DATA _NULL_?
what is washout period?
how does sas handle missing values in sort order? : Sas programming
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
IS SAS COMPILER OR INTERPRETER? EXPLAIN?
3 Answers Aon Hewitt, HSBC, SCL, TCS,
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
how to change the execute of macro
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
What does proc print, and proc contents are used for?
How do you download a flat file from Mainframe to your local PC using SAS?
is there any difference between proc summary and proc means?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming