IMSTAT Procedure (Data and Server Management)
DROPTABLE Statement
The DROPTABLE statement is used to remove an in-memory
table from a server. You must specify a table as an active table with
the DATA= procedure option or in a TABLE statement before you can
use the DROPTABLE statement. Once a table is active, you can specify
that table, another table, or a temporary table.
Syntax
DROPTABLE <libref.member-name>;
Optional Argument
libref.member-name
specifies the name
of the in-memory table to remove from the server. If you do not specify
the table, then the active table is dropped.
Copyright © SAS Institute Inc. All rights reserved.