Storage Features
Storage File Management
PROC IML provides you with all the commands necessary to reference a particular storage file; to store the modules, matrices, tables, and lists in that file; and to list and load the items back into PROC IML from that file. The following commands enable you to perform all necessary storage file management functions:
- LOAD
recalls entries from storage.
- RESET STORAGE=
specifies the library name.
- SHOW STORAGE=
lists all entries currently in storage.
- STORE
saves modules, matrices, tables, or lists to storage.
- REMOVE
deletes all entries from storage.
Last updated: July 20, 2026