Nov 9, 2007 #1 evaaseow Programmer Jan 25, 2007 29 CA I have a table where the date column has some data that is not formatted correctly. How can I update this column? I tried: proc sql; update customer set datefield = datefield format=mmddyy10.; quit;
I have a table where the date column has some data that is not formatted correctly. How can I update this column? I tried: proc sql; update customer set datefield = datefield format=mmddyy10.; quit;
Nov 9, 2007 #2 nickdel Programmer May 11, 2006 367 GB evaaseow, what is the current format of the variable? Upvote 0 Downvote