I would like to create my work day as (Sunday to Saturday) range data. could you please help in getting this?
thanks,
Siva
Use INTNX with WEEK interval.
Week_start = intnx('week', date, 0, 'b');
week_end = Intnx('week', date, 0, 'e');
or the week function
week_num = week(date, 'u');
Links to documentation
Intnx
Week
What does that mean?
Use INTNX with WEEK interval.
Week_start = intnx('week', date, 0, 'b');
week_end = Intnx('week', date, 0, 'e');
or the week function
week_num = week(date, 'u');
Links to documentation
Intnx
Week
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!
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.