sas implimented companies in hyderabad
Answer Posted / naveen
paraxel, wipro, accenture, novertis, HSBC, delloite, infosys, keane India.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is substr function?
What is the function of output statement in a SAS Program?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
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.
Explain data_null_?
What is program data vector (pdv) and what are its functions?
If a variable contains letters or special characters, can it be numeric data type?
describe about physical data integration? : Sas-di
describe the interaction table in sas di? : Sas-di
What is Linear Regression?
For what purpose would you use the RETAIN statement?
how the sas basic syntax style described? : Sas-administrator
Explain the difference between informat and format with an example.
Give some examples where proc report’s defaults are same as proc print’s defaults?
What are the features of base sas system?