Which is the best training institute for SAS in hyderabad.
Answer Posted / sally
I think Sanctuary Biolabs is best in price and quality
wise..
even though its not reputed as others i found it best ..
| Is This Answer Correct ? | 11 Yes | 138 No |
Post New Answer View All Answers
What is the use of PROC gplot?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What does proc print, and proc contents are used for?
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.
how do you pull data from equifax?tell me the process?
what is metadata? : Sas-bi
Which statement does not perform automatic conversions in comparisons?
what are informats in sas? : Sas-administrator
what do the pad and dim functions do? : Sas programming
How do you control the number of observations and/or variables read or written?
What is PROC in SAS?
What are the difference between the sas data step and sas procs?
which date functions advances a date time or date/time value by a given interval? : Sas programming
what are all the reports you generated in your recent project?
Intern stastical programmer written test