Answer Posted / vimal
INTNX not only adds the dates.. it also subtracts..
count= intnx('month','1aug1998'd,-1);
it will subtract one month from 1aug1988 and gives us the output.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
how many types of prompts are there? : Sas-bi
What are the special input delimiters used in SAS?
Name some categories in sas 9? : sas-grid-administration
How can you create a macro variable with in data step? : sas-macro
What’s the difference between var b1 – b3 and var b1 — b3?
How to include or exclude specific variables in a data set?
Explain what is the use of proc gplot?
Enlist the syntax rules followed in sas statements.
How would you identify a macro variable?
what versions of sas have you used (on which platforms)? : Sas programming
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What are the functions used for character handling?
What does PROC print, and PROC contents do?
Explain data_null_?