what the use of proc glm
Answer / kedar
Because of proc anova used with only balance data..
but the proc glm used with balance as well as unbalance data
| Is This Answer Correct ? | 12 Yes | 1 No |
sas implimented companies in hyderabad
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
How can a SAS WEB REPORT STUDIO USER identify which report tabs they have been permitted without entering the SAS WEB REPORT STUDIO
What is the difference between proportion and average?
how we can create optional or required parameters in SAS macro...
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
What are the special input delimiters used in SAS?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
When merging 2 datasets with a common variable (not merge key), how to keep both?
What is slibref?
1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?