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...

I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?

Answer Posted / durga rao

I here that his good at training and provide placements also.
one of my friend trained at Ramesh now he is working with MNC.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the maximum length of the macro variable?

1226


is data integration and etl programming is same? : Sas-di

1125


Explain the use of proc gplot? : sas-grid-administration

1045


how would you create multiple observations from a single observation? : Sas programming

1056


List down the reasons for choosing sas over other data analytics tools.

1334


What are all the problems you faced while validating tables and reports?

3515


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.

2253


How is character variable converted into numeric variable and vice versa?

1222


Mention what is SAS data set?

1178


How to limit decimal places for the variable using proc means?

1123


what are _numeric_ and _character_ and what do they do? : Sas programming

1196


how do the in= variables improve the capability of a merge? : Sas programming

1484


What is SAS informats?

1165


What is the function of output statement in a SAS Program?

1126


Describe crosslist option in tables statement?

1269