2
votes
3answers
133 views
How to change char Date values into DATE9. format?
I have data as shown below: Both variables are $10 fromat
DOB MDATE
11/19/1999 4/17/2006
10/19/1999 4/17/2006
6/28/2000 4/17/2006
9/27/2 …
3
votes
3answers
103 views
Help using date format MMYYS.
I need to convert a character string (MM/YYYY) into a date (MM/YYYY). I was trying to use the format mmyyss. or mmyyss7. and received the following error log (same error if I use …