You can rename
DBMS tables and views using the CHANGE statement, as shown in this
example.
proc datasets lib=x;
change oldtable=newtable;
quit;
You can rename tables
using this method for all
SAS/ACCESS engines. However, if you change
a table name, any view that depends on that table no longer works
unless the view references the new table name.