SAS Institute. The Power to Know

SAS/IML(R) 9.2 User's Guide

Previous | Next
Programming Statements

Module Storage

You can store and reload modules by using the forms of the STORE and LOAD statements as they pertain to modules:

STORE MODULE= name;
LOAD MODULE= name;

You can view the names of the modules in storage with the SHOW statement, as follows:

  
    show storage;
 

See Chapter 14 for details about using the library storage facilities.

Previous | Next | Top of Page