Which is the best training institute for SAS in hyderabad.
Answer Posted / kranthi sas trainer
I am still in Technosoft, Ameerpet providing classes in the morning. Who told you that I disappeared . come in the morning time and meet me. I don't remember any student with the name swathi. I hope you are not my student, somebody from other training institute is trying to blame me with these false comments. you can catch me on 09849676190 if you have any doubts.
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
Mention what is PROC in SAS?
explain the difference between proc means and proc summary?
What can you learn from the SAS log when debugging?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
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?
What is program data vector (pdv) and what are its functions?
Given an unsorted data set, how to read the last observation to a new data set?
explain about various caches available in data integrator? : Sas-di
Which are the statements whose placement in the data step is critical?
List out some key concept of SAS
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 system options would you use to help debug a macro? : sas-macro
Differentiate input and infile.
What is the role of unrestrictive users? : sas-grid-administration
what is program data vector? : Sas-administrator