What Proc glm does?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between SAS Data step and SAS PROC SQL, and which is better?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
what is the Population you used in your project, is it ITT or PP?
0 Answers Accenture, Quintiles,
What are the features of base sas system?
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
How to limit decimal places for the variable using proc means?
Explain substr function?
How would you remove a format that has been permanently associated with a variables?
What is SAS Information Map Studio and its purpose ?
What are the advantages of using sas?
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;