How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
No Answer is Posted For this Question
Be the First to Post Answer
How do you delete duplicate observations in sas?
sas implimented companies in hyderabad
What is SAS?
how can you sort the dataset having millions of OBS(instead of sort procedure?
What's the difference between VAR A1 - A4 and VAR A1 - A4?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
How would you delete observations with duplicate keys?
What is connection profile? : sas-grid-administration
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;
How do you control the number of observations and/or variables read or written?
How do you write a test plan?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?