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
what is transformation in sas data integration? : Sas-di
Difference between informat and format?
What are the features of SAS?
What is the difference between INPUT and INFILE ?
describe about physical data integration? : Sas-di
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is the difference between the proc sql and data step?
What will calendar procedure do?
What are the different types of sas functions?
In proc transpose and data step with arrays which one you pick?
What areas of SAS are you most interested in?
What are the default statistics that proc means produce?
What are the table names in oracle database...?
To what type of programms have you used scratch macros?
what is the use of sas management console? : Sas-di