Previous Topic: 4.3.2.3 JCL Generation Output Exit (JCLEXIT)

Next Topic: 4.4.1 SAS Call Routine GBLFCN

4.4 SAS Functions and Call Routines


There are SAS Functions and Call Routines that are part of
CA MICS and are supported by CA and not SAS Institute.
CA-supported Functions and Call Routines can be identified by
browsing the sharedprefix.MICS.LOAD library.

The module names are prefixed with 'UWU' and suffixed with up
to five characters of the Function or Call Routine name as
specified on a SAS language statement.  For instance, the
following SAS language statement references the UWUGBLFC Call
Routine in sharedprefix.MICS.LOAD:

        CALL GBLFCN('GET', 'WIDGET', WIDGETVL);