. Which date advances a date, time or date/time value by a
given interval?
Answer Posted / malli
Intnx('interval',start,increment)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
what other sas products have you used and consider yourself proficient in using? : Sas programming
What is a method to debug and test your SAS program?
What are the implications?
how could you generate test data with no input data? : Sas programming
How is character variable converted into numeric variable and vice versa?
what is business intelligence? : Sas-bi
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
Can you execute a macro within a macro? Describe. : sas-macro
What does PROC print, and PROC contents do?
What is the maximum length of the macro variable?
What is SAS? What are the functions does it performs?
how to remove duplicates using proc sql?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Explain what is the use of proc gplot?