Login
Remember
Register
Ask a Question
How to count the number of intervals between two given SAS dates?
0
votes
asked
Aug 22, 2024
in
Software Defined Networking
by
Robin
How to count the number of intervals between two given SAS dates?
sas
dates
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 22, 2024
by
Robin
INTCK(interval,start-of-period,end-of-period) is an interval function that counts the number of intervals between two give SAS dates, Time and/or datetime.
...