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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between sum function and using “+” operator?

611


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

1738


What does P-value signify about the statistical data?

862


What does the RUN statement do?

862


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2016






What are the prime responsibilities of data integration administrator? : Sas-di

597


What do you code to create a macro? : sas-macro

592


What are pdv and it functions?

610


What is maximum number of rows and cols can be handled in SAS?

864


name the scheduler for scheduling job and explain the scheduler? : Sas-di

610


What are types of transport files?

6911


what is data access? : Sas-di

621


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

643


What is the basic syntax of a sas program?

675


what is data integration? : Sas-di

622