. Which date advances a date, time or date/time value by a
given interval?
Answer Posted / pambrose
Here is the detailed usage of intnx function
date1=intnx('month','01jan95'd,5,'beginning');
put date1 / date1 date7.;
date2=intnx('month','01jan95'd,5,'middle');
put date2 / date2 date7.;
date3=intnx('month','01jan95'd,5,'end');
put date3 / date3 date7.;
date4=intnx('month','01jan95'd,5,'sameday');
put date4 / date4 date7.;
date5=intnx('month','15mar2000'd,5,'same');
put date5 / date5 date9.;
interval='month';
date='1sep2001'd;
align='m';
date4=intnx(interval,date,2,align)
;put date4 / date4 date7.;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Explain what is the use of proc gplot?
Explain the use of proc gplot? : sas-grid-administration
Mention the difference between ceil and floor functions in sas?
Do you need to rearrange the order of the data for the report?
Tell e how how dealt with..
What are the automatic variables for macro? : sas-macro
Explain append procedure?
How do you delete duplicate observations in sas?
Can you suggest us materials for sdtm mapping?
What does P-value signify about the statistical data?
Why and when do you use proc sql?
what is the use of proc sql? : Sas programming
Explain input and put function?
what are the types of interactive display types? : Sas-bi