Deleting a Table

To delete a PROC SQL table, use the DROP TABLE statement:
proc sql;
   drop table sql.newcountries;