Language Reference |
CALL Statement |
The CALL statement enables you to call a built-in or user-defined subroutine.
The arguments to the CALL statement are as follows:
is the name of a built-in subroutine or a user-defined module.
are arguments to the module or subroutine.
The CALL statement executes a subroutine. The order of resolution for the CALL statement is as follows:
built-in SAS/IML subroutine
user-defined module
This resolution order is important only if you have defined a module with the same name as a built-in subroutine.
See also the section on the RUN statement.
Copyright © SAS Institute, Inc. All Rights Reserved.