What Proc glm does?
No Answer is Posted For this Question
Be the First to Post Answer
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
What do you know about sas data set?
What is highest missing value for numeric?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
What are the implications?
what is Enterprise Guide?what is the use of it?
What are the uses of sas?
what are the three main credit bureau names
1 Answers Synchrony Financial,
Approximately what date is represented by SAS date value of 730
what do you mean by data staging area? : Sas-di
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;
describe about metadata object? : Sas-di