DSACCEL= System Option

Specifies whether the DATA step is enabled for parallel processing in supported environments.

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

Syntax

DSACCEL=ANY | NONE

Syntax Description

ANY

enables the DATA step to execute in supported parallel environments.

NONE

disables the DATA step from executing in supported parallel environments.

Details

SAS enables the DATA step to run, with limitations, in these environments:
  • SAS LASR Analytic Server
  • Inside Hadoop using SAS/ACCESS and SAS Embedded Process
You can use the MSGLEVEL= system option to control the message detail that appears in the SAS log for Hadoop MapReduce jobs:
  • Specify MSGLEVEL=N to see only notes, warnings, and error messages.
  • Specify MSGLEVEL=I to view additional Hadoop MapReduce messages.

See Also

SAS LASR Analytic Server: Reference Guide
SAS In-Database Products: User's Guide
System options:
MSGLEVEL= System Option in SAS System Options: Reference