Date and time values are handled differently when programming in DS2. It can process databases and has access to ANSI data types, which have greater precision.
Tips for working with date, time, and datetime values in DS2 was published on SAS Users.
Date and time values are handled differently when programming in DS2. It can process databases and has access to ANSI data types, which have greater precision.
Tips for working with date, time, and datetime values in DS2 was published on SAS Users.
The INTNX function increments dates, times, or datetimes by specific or custom intervals. Here is the basic syntax for INTNX: INTNX(interval[multiple.shift-index], start, increment[, alignment]) The interval can be a set value like – DAY, WEEK, DTWEEK, YEAR, etc. You can also specify a custom interval. We will post more on that later. The multiple is […]