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

how to delete the duplicates by using proc sql?

Genpact,

3 9174

what is the difference between proc means and proc summary?

Accenture,

2 7783

How to get the repeated values by using sql in sas ?

2 5740

1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.

Quintiles,

9 13300

/* This is example of age caluculate wihtout to display perfect days and years in output window */ data age; retain dob "12jun2003"d now "24may2011"d; age1=now-dob; age=(now-dob)/365.25; years=int(age); days1=round((age-years)*365.25); months=month(now)-1; if days1 gt 30 and months in(12,10,8,6,4,2)then do; month1=days1/30.4375; month=int(days1/30.4375); if day(now)=1 then days=1; else days=round((month1-month)*30.4375)+1; drop days1 month1 month; end; else if days1 gt 30 and months in (1,3,5,7,9,11)then do; month1=days1/30.4375; month=int(days1/30.4375); if day(now)=1 then days=1; else days=round((month1-month) *30.4375); drop days1 month1 month; end; drop age age1; proc print data=age; format dob now date.; run;

Emerio,

1 5620

what is the usage for assigning error=1 in a dataset ?

Satyam,

2 5735

how do u validate the program which u have written.

TCS,

1 6083

hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

Cognizant,

2156

what is AE onset date and what is RDS?

Accenture,

4 10338

how to rearrange the data as our wish by using dataset block?

Cognizant,

4 8943

how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2807

Does anybody have SAS Training manual or documentation or can you refer me any book to have better understanding on SAS. I am fresher to SAS tool. (Ready to pay)

4 5960

what is washout period?

Cognizant,

3 23896

What is the differnce between SDTM 3.1.2 to 3.1.1 version

Wipro,

5118

i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.

Cap Gemini,

2 7720


Post New SAS Questions

Un-Answered Questions { SAS }

For clinical entire study how many tables will create approx?

2020


what is sas and what are the functions? : Sas-administrator

1032


How do you add a number to a macro variable? : sas-macro

1052


What do you know about sas and what we do? : sas-grid-administration

1234


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

2298


explain about sas business intelligence? : Sas-bi

1197


how do you want missing values handled? : Sas programming

1013


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

1123


What was the last computer book you purchased? Why?

2421


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

1410


How do you test for missing values?

1690


describe the interaction table in sas di? : Sas-di

1076


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

3512


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

2167


what is hash files in sas and why we are using this one in sas?

2268