casting - SAS convert string into datetime -
I have a column in the string table, such as representing the date code DATETIME information will read that string "01-Oct-2012 12 : 23: 43.324 " How can I put it in SAS
datetime ?
new_var = input (datastress , Datetime24.); Format new_var datetime24 .;
Comments
Post a Comment