The DATA step can process
in-memory tables for scoring with limitations:
-
Only one input file and one output
file is allowed.
-
Only functions and formats that
are supported by the DS2 language compile successfully.
-
Some DATA step statements are not
allowed, such as those pertaining to input and output.
To enable the DATA step
to score in-memory SAS tables, set the system option DSACCEL=ANY.
If a SAS program does
not meet the requirements for running in the SAS LASR Analytic Server,
SAS writes informational or error messages to the log and executes
the code in your Base SAS session. In this case, SAS reads and writes
large tables over the network.
You can determine whether
your code is compliant with the SAS LASR Analytic Server
compiler by setting the system option MSGLEVEL= to I. When MSGLEVEL=I,
SAS writes log messages that identify the non-compliant code.