I split a variable which had date and time together to one with just the dates.
Now I am trying to convert it to a date numerical variable but its generating missing variables. I have used the same code for other dates and it worked just fine. Please let me know what is the error here.
The code that I used was:

gen long result_time = date(specimen_dt, "MDY" )

Thanks