From 'Today' how do i count every 15 days report?
Depends on how your data is structured, how the report will look like, and how the report intends to be generated. Please provide dome more information to get an adequate answer...
Current system date and +15 days Ex (20/08/2012 - 04/09/2012) i want it like this.
Hi,
Use INTNX function.
Thanks,
Shiva
To get today's date you can use TODAY() function call. SAS stores days as number of days since 1/1/1960 so to get 15 days into the future just add 15.
start=today();
stop=start + 15 ;
If you are dealing with datetime values or have other more complex date calculations then you should learn to use the INTNX() function.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.