SAS code to Format decimal places and julian date
I am working with a data set that I would like to link with another data set. However, I need to do two thing before linking the two data set together. One is that I have a variable claim that I need to format. The variable has values 250, 5525 etc and I need to place a period to make it 2.50, 55.25, etc. What SAS code to use to make it two decimal places? Secondly, I have the date in julian format like January 20, 2008 in this format "20080120"and I would to change to 02/20/2008. What SAS code to use to accomplish these two formating so that I can link the data set? Thanks for any help.