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

Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.

Answer Posted / phanirajiv

koduri u r wrong.

by default SAS is a compiled.

the interpret option works only when u mention the option
debug.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is SAS OPTIMIZATION?

2348


How can you limit the variables written to output dataset in data step?

1373


what is proc Index? and what is proc document?

2763


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.

2244


How can sas program be validated?

1072


what is intially documentation in sas?

5123


how can you put a "trace" in your program? : Sas programming

1108


What is your favorite all time computer book? Why?

2555


Can you explain the process of calendar?

1154


How to include or exclude specific variables in a data set?

1162


Explain proc univariate?

1102


What are the ways in which macro variables can be created in sas programming?

1168


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

1120


Explain the difference between using drop = data set option in set and data statement?

1192


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

3509