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
In SAS explain which statement does not perform automatic conversions in comparisons?
What is the role of administrative users? : sas-grid-administration
what do the pad and dim functions do? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
What would you change about your job?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
what is change analysis in sas di ? : Sas-di
What are the new features included in the new version of SAS Programming Language?
Differentiate between ceil and floor functions.
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
Tell me more about the parameters in macro? : sas-macro
Mention some common errors that are usually committed in sas programming.
What do the SAS log messages "numeric values have been converted to character" mean?
what is enterprise guide? What is the use of it? : Sas programming
Differentiate between format and informat? : sas-grid-administration