Explain what Proc glm does?
No Answer is Posted For this Question
Be the First to Post Answer
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
what is conditional processing?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
What are the functions done while Compilation...?
what is ae onset date n what is RDS
How to do user inputs and command line arguments in SAS? D&B
What would be the value of month at the end of data step execution and how many observations would be there?
How do you debug macros?
Briefly describe 5 ways to do a "table lookup" in sas.
In PROC PRINT, can you print only variables that begin with the letter “A”?
What is the difference between proportion and average?
which date function advances a date, time or datetime value by a given interval? : Sas programming