Hi all, I have a sig_Date variable of type YYMMDD10. and a sig_Time variable type TIME5. Like sig_Date 2018-09-10 sig_Time 11:22 I want to combine them into 1 variable called sig_DateTime like 2018-09-10 00:11:22 using function sig_DateTime = dhms(sig_Date,0,0,0)+ sig_Time; format sig_DateTime is8601da.; what I got is something like ********** Can someone tell me where I am wrong and I have been using this function for all the data and time to DateTime conversion, it all works well until this one Thanks as always
... View more