Multiple choice technology programming languages

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

  1. INTCK

  2. INTNX

  3. INTCX

  4. INTNK

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The INTNX function in SAS increments a date, time, or datetime value by a specified interval (such as day, month, or year) and returns the resulting value. INTCK counts the number of intervals between two dates.