Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Mention what is PROC in SAS?

1113


explain the difference between proc means and proc summary?

1184


What can you learn from the SAS log when debugging?

1437


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

1296


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?

2156


What is program data vector (pdv) and what are its functions?

1321


Given an unsorted data set, how to read the last observation to a new data set?

1414


explain about various caches available in data integrator? : Sas-di

1116


Which are the statements whose placement in the data step is critical?

1315


List out some key concept of SAS

1216


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.

2256


What system options would you use to help debug a macro? : sas-macro

1156


Differentiate input and infile.

1150


What is the role of unrestrictive users? : sas-grid-administration

1079


what is program data vector? : Sas-administrator

1126