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 |
How would you delete duplicate observations?
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
What is the basic structure of a sas program?
what does .. meant in sas macros
How would you identify a macro variable? : sas-macro
what is change analysis in sas di ? : Sas-di
what is business intelligence? : Sas-bi
how can you import .csv file in to sas? : Sas programming
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
what is the need of INDEX in datasets?
What is the function of output statement in a SAS Program?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??