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
Differences between where and if statement?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Why and when do you use proc sql?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
What is interleaving in SAS?
What are pdv and it functions?
what is enterprise guide? What is the use of it? : Sas programming
how the sas basic syntax style described? : Sas-administrator
In SAS explain which statement does not perform automatic conversions in comparisons?
What is maximum number of rows and cols can be handled in SAS?
what are sas/access and sas/connect? : Sas programming
what is data integration? : Sas-di
What are the default statistics for means procedure?
How do dates work in SAS data?
name the scheduler for scheduling job and explain the scheduler? : Sas-di