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 Page | Next Page | Top of Page