
STMTMEMLIMIT=n | nM | nG
specifies a limit for the amount of memory that is used for an underlying query (such
as a SELECT statement), so that allocated memory is available to support other
PROC DS2 operations. Specify the memory limit in multiples of 1 (bytes); 1,048,576
(megabytes); or 1,073,741,824 (gigabytes). For example, the value 23m specifies
24,117,248 bytes of memory.
Tip
Generally, specifying a memory limit is not necessary unless DS2 reports a
memory problem error.
XCODE=ERROR | WARNING | IGNORE
controls the behavior of the SAS session when an NLS transcoding failure occurs.
Transcoding failures can occur during row input or output operations, ...