Language Reference |
MODULEIC Function |
The MODULEIC subroutine calls an external routine that returns a character value.
The arguments to the MODULEIC function are as follows:
is a character matrix that contains a control string.
is a character matrix that contains the name of the external routine to be called.
matrices with parameters to be passed to the external routine.
The MODULEIC routine executes a routine modname that resides in an external shared library with the specified arguments, and returns a character value. The description of this function is identical that for to the MODULEI call, except that the MODULEIC function returns a character value from the external routine.
See the MODULEI call for a full description of the function and its arguments.
Copyright © SAS Institute, Inc. All Rights Reserved.