Using the suggestion of yymmddn8. solved it.
@AP101 wrote:
The data is 8 characters in length. When I use the yymmdd10. I get an error message "invalid data for academic_date in line 1-9."
Why did you tell SAS to read 10 characters if you data is only 8 characters long?
Dear Ap,
you can use informat anydtdte8. and format yymmddn8. .
@singhsahab I disagree with the suggestion of anydtdte8. for OP's clear straight forward date value that is in the form yymmdd. Guessing informats should only be suggested when there isn't compatible one available.
@novinosrin Sir ..
I'm agree with you, but I thought it would be an alternate options.
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.