To delete a PROC SQL table, use the DROP TABLE statement:
proc sql; drop table sql.newcountries;
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.