SAS procedures, DATA
steps, and macro programs that perform non-linear statistical modeling
or optimization use a SAS language compiler subsystem that compiles
and executes your SAS programs. The compiler subsystem generates machine
language code for the computer on which SAS is running. The SAS procedures
that use the SAS language compiler are CALIS, COMPILE, GA, GENMOD,
MODEL, NLIN, NLMIXED, NLP, PHREG, Risk Dimensions procedures, and
SQL.
The subroutines that
you want to include must already have been compiled. All the subroutines
in
libref.data-set are included.
You can specify a single
libref.data-set, a list of
libref.data-set names, or a range of
libref.data-set names with numeric suffixes.
When you specify more than one
libref.data-set name, separate the names with a space and enclose the names in parentheses.