Teraspace and Single-Level Storage

When you create ILE programs, you can select one of the following storage models in some compilers:
  • Single-level storage
  • Teraspace
  • Inherit
The inherit storage model indicates that programs will adopt the storage model, either teraspace or single-level storage, of the activation group into which they are activated. ILE programs use single-level storage by default.

This topic focuses on the teraspace options.