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 do the mod and int function do? What do the pad and dim functions do? : Sas programming

1116

how do you debug and test your sas programs? : Sas programming

1088

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

1411

what does the run statement do? : Sas programming

1006

what is enterprise guide? What is the use of it? : Sas programming

968

which date function advances a date, time or datetime value by a given interval? : Sas programming

1011

name several ways to achieve efficiency in your program? : Sas programming

996

how does sas handle missing values in sort order? : Sas programming

881

what versions of sas have you used (on which platforms)? : Sas programming

1020

how could you generate test data with no input data? : Sas programming

1125

how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

993

how would you determine the number of missing or nonmissing values in computations? : Sas programming

1104

how does sas handle missing values in functions? : Sas programming

1146

why is sas considered self-documenting? : Sas programming

1094

what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

1089


Post New SAS Questions

Un-Answered Questions { SAS }

Difference between sum function and using “+” operator?

1099


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

1021


In ARRAY processing, what does the DIM function do?

1126


Explain input and put function?

1099


How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

1635


what are input dataset and output dataset options? : Sas programming

1042


what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake

2298


Name few SAS functions?

1048


Explain what is data step?

1149


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

1106


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.

2168


What are the different versions of sas that you have used until now? : sas-grid-administration

1289


what are several options for creating reports in web report studio? : Sas-bi

1095


How would you define the end of a macro?

1054


how do you debug and test your sas programs? : Sas programming

1088