Programming Statements |
Modules begin with a START statement, which has the following general form:
The RUN and CALL statements must have arguments to correspond to the ones defined for the modules they invoke. A module can call other modules provided that it never recursively calls itself.
The RUN and CALL statements have orders of resolution that need to be considered only when you have given a module the same name as a built-in IML subroutine. In such cases, use the CALL statement to execute the built-in subroutine and the RUN statement to execute the user-defined module.
The RUN statement is resolved in the following order:
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.