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


Which date functions advances a date time or date/time
value by agiven interval?

Answers were Sorted based on User's Feedback



Which date functions advances a date time or date/time value by agiven interval?..

Answer / vicky

its INTNX.

Is This Answer Correct ?    4 Yes 0 No

Which date functions advances a date time or date/time value by agiven interval?..

Answer / sai krishna

Using INTNX as

c=intnx(interval,date,n);

data u;
c=intnx(month,'01jan08'd,1);
run;

the result for c would be 01feb08

Is This Answer Correct ?    4 Yes 1 No

Which date functions advances a date time or date/time value by agiven interval?..

Answer / amit

its INTCK, which computes number of interval b\w two dates

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More SAS Interview Questions

What are common programming errors committed in sas

0 Answers  


what are the considerations when picking a SAS/STAT procedure?

0 Answers   Accenture, Quintiles,


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

0 Answers  


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

0 Answers  


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

0 Answers  


what is the difference between unique key and primary key? : Sas-di

0 Answers  


Name and describe few sas character functions that are used for data cleaning in brief.

0 Answers  


When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?

7 Answers  


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

0 Answers  


Name statements that function at both compile and execution time.

7 Answers   Accenture,


What is PROC in SAS?

0 Answers  


how will you location sas platform applications available from web browser? : Sas-bi

0 Answers  


Categories