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
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.