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 |
Describe 5 ways to do a “table lookup” in SAS?
SAS System ?
How would you keep from overlaying the a SAS set with its sorted version?
what are the component of range? : Sas-bi
How to merge the data using merge statement and proc format? Is the result is same ?
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
how can get the first and last observations in a dataset using Proc SQl?
What versions of SAS have you used (on which platforms)?
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
What do you feel about hardcoding?
Give e an example of..
explain the proc in sas? : Sas-administrator