I have a date column like this -
Joining Date
03/01/2020
24/09/2020
25/07/2019
I want to derive the last date for the whole column like this -
31/01/2020
30/09/2020
31/07/2019
DATE2=intnx('month',DATE,0,'e');
Post title corrected it is meaningless as written.
DATE2=intnx('month',DATE,0,'e');
Post title corrected it is meaningless as written.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →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.