Which is the best training institute for SAS in hyderabad.
Answer Posted / priyanka
Hi,I am Biostatics student.I really want to learn clinical sas indepth.can someone provide me contact info of lanka srinivas.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is study design in while working with SAS? what are screening variables in SAS?
What Proc glm does?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
how can you import .csv file in to sas? : Sas programming
what are informats in sas? : Sas-administrator
data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.
what is sas application server, database server, sas olap server and sas metadata server? : Sas-di
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What are the functions which are used for character handling functions?
What can you learn from the SAS log when debugging?
In proc transpose and data step with arrays which one you pick?
Explain the difference between nodup and nodupkey options?
how does sas handle missing values in formats? : Sas programming
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Explain bmdp procedure?