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 is the basic syntax style in SAS?

1229

What function CATX syntax does?

1258

What is the basic structure of the SAS base program?

1404

Explain data step in SAS

1161

Explain what Proc glm does?

1297

What is the difference between nodupkey and nodup options?

1081

State the difference between INFORMAT and FORMAT ?

1154

What is a method to debug and test your SAS program?

1440

How you can read the variables that you need?

1179

Name types of category in which SAS Informats are placed?

1196

What is the command used to find missing values?

1145

What is slibref?

1330

What is run-group processing?

1244

How would you identify a macro variable?

1138

What are the features of base sas system?

1112


Post New SAS Questions

Un-Answered Questions { SAS }

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

1043


Explain the purpose of substr functions in sas programming.

1108


What is the SAS data set?

1176


Describe the function and utility of the most difficult SAS macro that you have written?

2627


for whom is sas data integration studio designed? : Sas-di

1062


What does P-value signify about the statistical data?

1401


how many types prompting framework can be broken down to? : Sas-bi

1117


What are the table names in oracle database...?

2796


How would you identify a macro variable?

1138


what r the job openings SAS for fresher graduates !

2502


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.

2248


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

1317


what are validation tools that are used in sas? : Sas-administrator

1116


What do you know about sas data set?

1187


What makes sas stand out to be the best over other data analytics tools?

1116