casting - SAS convert string into datetime -


I have a column in the string table, such as representing the date code "01-Oct-2012 12 : 23: 43.324 " How can I put it in SAS datetime ?

DATETIME information will read that string

 new_var = input (datastress , Datetime24.); Format new_var datetime24 .;    

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -