DMR System Option

Specifies whether to enable SAS to invoke a server session for use with a SAS/CONNECT client.
Valid in: Configuration file, SAS invocation
Category: Environment control: Initialization and operation
PROC OPTIONS GROUP= EXECMODES
Note: This option cannot be restricted by a site administrator. For more information, see Restricted Options.

Syntax

Syntax Description

DMR
enables you to invoke a remote SAS session in order to connect with a SAS/CONNECT client.
NODMR
disables you from invoking a remote SAS session.

Details

You normally invoke the remote SAS session from a local session by including DMR with the SAS command in a script that contains a TYPE statement. (A script is a text file that contains statements to establish or terminate the SAS/CONNECT link between the local and the remote SAS sessions.)
The OBJECTSERVER SAS execution mode invocation option has precedence over the DMR option. DMR overrides all other SAS execution mode invocation options. For information about invocation option precedence, see Order of Precedence.

See Also

DMR information in SAS/CONNECT User's Guide