Module Library |
Order of Resolution |
SAS/IML resolves functions and subroutines in the following order:
Functions
IML’s built-in functions
User-defined IML modules existing in the current environment
STORAGE library, if open
SAS DATA step functions
IMLMLIB library
CALL statement
IML’s built-in calls
User-defined IML modules existing in the current environment
STORAGE library, if open
SAS DATA step call
IMLMLIB library
RUN statement
User-defined IML modules existing in the current environment
STORAGE library, if open
IML’s built-in calls
SAS DATA step call
IMLMLIB library
Copyright © SAS Institute, Inc. All Rights Reserved.