Hi Guys,
I'm very new here. This is my first question. I try to replace some date of birth values that were entered incorrectly. However, I tried many ways but it doesn't work. Can you please help me? Many thanks.
Type and Format of DATEOFBIRTH is str10 and %10s respectively.
replace DATEOFBIRTH =="01/07/1964" if DATEOFBIRTH =="01/07/0964"
== invalid name
r(198);
Many thanks.
Waewnet
I'm very new here. This is my first question. I try to replace some date of birth values that were entered incorrectly. However, I tried many ways but it doesn't work. Can you please help me? Many thanks.
Type and Format of DATEOFBIRTH is str10 and %10s respectively.
replace DATEOFBIRTH =="01/07/1964" if DATEOFBIRTH =="01/07/0964"
== invalid name
r(198);
Many thanks.
Waewnet
Comment