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


What are the different operating system platforms in which we can use sas? : sas-grid-administration


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SAS Interview Questions

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.

1 Answers  


Under what circumstances would you code a SELECT construct instead of IF statements?

7 Answers   Accenture,


What are _numeric_ and _character_ and what do they do?

1 Answers   Quintiles,


WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?

1 Answers  


· What are some good SAS programming practices for processing very large data sets?

6 Answers   Quintiles,


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

0 Answers  


what is the frontend and backend of sas? Is sas is a progaming langauge or tool? on which langauge sas depends?

3 Answers  


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

0 Answers  


Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com

0 Answers  


How long can a macro variable be? A token? : sas-macro

0 Answers  


how will you locate the sas platform applications? : Sas-bi

0 Answers  


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

0 Answers  


Categories