Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

updating a dataset

Status
Not open for further replies.

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;
 
evaaseow, what is the current format of the variable?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top