Language Reference |
removes matrices from storage
remove module=(A B C) X;The special operand _ALL_ can be used to remove all matrices or all modules or both. For example, the following statement removes everything:
remove _all_ module=_all_;
See Chapter 14, "Storage Features," and also the descriptions of the LOAD, STORE, RESET, and SHOW statements for related information.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.