. 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

1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.

9 Answers   Quintiles,


How we will Developing new reports Using Data step programming and Macros ?

4 Answers  


what type of graphs we will create(for 2+years candidates)?

0 Answers   Accenture, Icon,


How would you invoke a macro? : sas-macro

0 Answers  


i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.

2 Answers   Cap Gemini,






what is the diff b/w verification validation in sas

3 Answers   SAS,


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

0 Answers  


what is SAS/Graph?

1 Answers   CitiGroup, NTPC,


The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?

6 Answers   Oracle,


what are the new features included in the new version of SAS i.e., SAS9.1.3?

5 Answers   College School Exams Tests, Wockhardt,


What are the different servers in sas? : sas-grid-administration

0 Answers  


what are all the reports you generated in your recent project?

0 Answers   Accenture, Quintiles,


Categories