Which date functions advances a date time or date/time
value by agiven interval?
Answers were Sorted based on User's Feedback
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 |
Answer / amit
its INTCK, which computes number of interval b\w two dates
| Is This Answer Correct ? | 1 Yes | 5 No |
what is Business Intelligence?
How we can call macros with in data step? : sas-macro
what is treatment emergent events and treatment emregent adverse event
Mention common programming errors committed in sas ?
Explain the main difference between the sas procedures and functions? : Sas-administrator
How many data types are there in SAS?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
how to remove the duplicates by proc sql?
what is Enterprise Guide?what is the use of it?
What are the functions done while Compilation...?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
What is the use of divide function?