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
Name and describe few sas character functions that are used for data cleaning in brief.
how does sas handle missing values in functions? : Sas programming
What is the length assigned to the target variable by the scan function?
What does the trace option do?
what is information maps?
How to specify variables to be processed by the freq procedure?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What is the use of %include statement?
What is the basic syntax of a sas program?
Enlist the functions performed by sas.
What versions of SAS have you used (on which platforms)?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
What are the features of base sas system?
What are all the problems you faced while validating tables and reports?
Have you used macros? For what purpose you have used? : sas-macro