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 r all the reporting procedures...?
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
how to know the attributes of first five datasets in a library
what is the primary data source for the wrs? : Sas-bi
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
Why and when do you use proc sql?
what is the difference between proc means and proc summary?
Tell e how how dealt with..
What are the 3 components in sas programming?
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
What is the order of evaluation of the following operators + - * / ** () ???