Previous Page | Next Page

SAS/CONNECT General SAS System Options

CONNECTPERSIST System Option



Specifies whether a connection between a client and a server persists (continues) after the RSUBMIT has completed.
Client: Optional
Alias: CPERSIST
Default: CONNECTPERSIST
Valid in: configuration file, OPTIONS statement, SAS System Options window, SAS invocation
Category: Communications: Networking and Encryption
PROC OPTIONS Group= Communications

Syntax
Syntax Description
Details
See Also

Syntax

CONNECTPERSIST | NOCONNECTPERSIST

Syntax Description

CONNECTPERSIST

continues a client/server connection after the RSUBMIT (with or without automatic sign-on) has completed. The server is not automatically signed off (disconnected from) the client.

NOCONNECTPERSIST

discontinues a client/server connection after the RSUBMIT (with or without automatic signon) has completed. The server is automatically signed off (disconnected from) the client.


Details

The CONNECTPERSIST option is most useful when automatic sign-on (specified by using the AUTOSIGNON option) is enabled.

A continued connection after the completion of a current RSUBMIT enables you to perform subsequent processing tasks within the same client/server session without having to sign on again. To terminate a persistent connection, you must perform an explicit SIGNOFF.

In addition to being a system option, CONNECTPERSIST can be set as an option in the RSUBMIT statement. The option in the RSUBMIT statement or command takes precedence over the system option.


See Also

System Option

AUTOSIGNON System Option

Statement

RSUBMIT Statement and Command

Previous Page | Next Page | Top of Page