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

SAS Interview Questions
Questions Answers Views Company eMail

What are the advantages of using sas?

1189

What is the difference between %local and %global?

1 1715

What are the ways to do a “table lookup” in sas?

1078

What are the default statistics that proc means produce?

1090

What are the uses of sas?

1361

Why and when do you use proc sql?

1288

What are the scrubbing procedures in sas?

1057

What are the statements that are executed only?

1211

What is the difference between match merge and one to one merge?

1320

What are the statements in proc sql?

1149

What is the use of the %include statement?

1215

If you were told to create many records from one record, show how you would do this using array and with proc transpose?

1546

What sas features do you use to check errors and data validation?

1266

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

1122

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

1310


Post New SAS Questions

Un-Answered Questions { SAS }

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

1484


Give some examples where proc report’s defaults are same as proc print’s defaults?

1166


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

1338


How does proc sql work?

1147


If a variable contains only numbers, can it be a character data type?

1143


Define run-group processing?

1097


Describe the function and untility of the most difficult SAS macro that you have written.

2167


How do you connect the desktop application to metadata server? : sas-grid-administration

1147


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

1055


What is the difference between one to one merge and match merge? Give an example.

1119


I need level 2 to 5 sas using companies in india

2436


Explain substr function?

1165


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.

2252


what is the primary data source for the wrs? : Sas-bi

1337


describe about physical data integration? : Sas-di

1096