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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.