DS2ACCEL= System Option

Specifies whether DS2 code is enabled for parallel processing in supported environments using the SAS In-Database Code Accelerator.

Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
PROC OPTIONS GROUP= LANGUAGECONTROL
Default: NONE
Note: This option can be restricted by a site administrator. For more information, see Restricted Options in SAS System Options: Reference.

Syntax

DS2ACCEL=ANY | NONE

Arguments

ANY

enables DS2 code to execute in supported parallel environments.

NONE

disables DS2 code from executing in supported parallel environments.

Details

The SAS In-Database Code Accelerator enables you to publish a DS2 thread program to the database and execute the thread program in parallel inside the database. If you are using the SAS In-Database Code Accelerator for Teradata or Hadoop, the DS2 data program is also published and executed inside the database.
The DS2ACCEL= system option controls whether DS2 code is executed inside the database.
You can override the DS2ACCEL= system option by specifying the DS2ACCEL= option in the PROC DS2 statement.

See Also

Procedures:
DS2 Procedure in Base SAS Procedures Guide