Posts

Showing posts with the label convert

Solved change character date and time format into numeric SAS Support Communities

Image
Solved change character date and time format into numeric SAS Support Communities . This can be done using the input function. Sas provides a number of informats for reading character data into sas date values. Solved Need to convert character mm/dd/yyyy to SAS date a... SAS Support Communities from communities.sas.com What i'm trying to do is to convert a column in string format to date format. You can create a computed column with the advanced expression editor, but you would use the input function and the yymmdd8. Informat to convert the character string to a.