. Which date advances a date, time or date/time value by a
given interval?

Answers were Sorted based on User's Feedback



. Which date advances a date, time or date/time value by a given interval? ..

Answer / name is no need

I think for the above question intnx is the correct
answer,can any one comment on this?

Is This Answer Correct ?    12 Yes 1 No

. Which date advances a date, time or date/time value by a given interval? ..

Answer / malli

Intnx('interval',start,increment)

Is This Answer Correct ?    10 Yes 0 No

. Which date advances a date, time or date/time value by a given interval? ..

Answer / prag s.

the intnx is the correct answer....

Is This Answer Correct ?    7 Yes 0 No

. Which date advances a date, time or date/time value by a given interval? ..

Answer / rammohan

intnx is the correct answer for incrementing date values.

Is This Answer Correct ?    7 Yes 0 No

. Which date advances a date, time or date/time value by a given interval? ..

Answer / 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

. Which date advances a date, time or date/time value by a given interval? ..

Answer / madhupamuluri

Here asked interval so INTCK IS correct.By using this we have to caluculate difference betn two date values

Is This Answer Correct ?    0 Yes 0 No

. Which date advances a date, time or date/time value by a given interval? ..

Answer / vamsi

INTCK Function

Is This Answer Correct ?    0 Yes 1 No

. Which date advances a date, time or date/time value by a given interval? ..

Answer / nina

Which FUNCTION advances a date, time or date /time value by
a given interval?

Intck

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More SAS Interview Questions

What is the basic syntax of a sas program?

0 Answers  


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

0 Answers  


What is program data vector (pdv) and what are its functions?

0 Answers  


What are the criticality that you have faced during your project in SAS?

2 Answers  


what is sas business intelligence? : Sas-bi

0 Answers  


In proc transpose and data step with arrays which one you pick?

0 Answers   Accenture, Quintiles,


how will you locate the sas platform applications? : Sas-bi

0 Answers  


how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?

7 Answers   TCS,


What are common programming errors committed in sas

0 Answers  


What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.

2 Answers   ABC, ASD Lab, CitiGroup,


Do you prefer Proc Report or Proc Tabulate? Why?

9 Answers   Oracle,


To what type of programms have you used scratch macros?

0 Answers   Novartis,


Categories