Module Library

Overview

IMLMLIB is a library of modules written in the IML language. These modules can be used as though they were built-in functions of IML.

The library contains both functions and subroutines. You can invoke functions in assignment statements or expressions. You can invoke subroutines by using CALL or RUN statements. IML automatically loads, resolves, and executes a module when you use it.


Contents of IMLMLIB

IMLMLIB and the STORAGE library

Accessing the IML Source Code

Order of Resolution

Error Diagnostics

Modules for Multivariate Random Sampling

Previous Page | Next Page | Top of Page