Previous Page | Next Page

SAS/CONNECT General SAS System Options

CONNECTSTATUS System Option



Specifies the default setting for the display of the Transfer Status window.
Client: Optional
Aliases: CSTATUS, STATUS
Default: CONNECTSTATUS
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

CONNECTSTATUS | NOCONNECTSTATUS

Syntax Description

CONNECTSTATUS

specifies that the Transfer Status window is displayed during file transfers.

NOCONNECTSTATUS

specifies that the Transfer Status window is not displayed during file transfers.


Details

For synchronous processing, the CONNECTSTATUS system option specifies whether the Transfer Status window is displayed during a PROC UPLOAD or a PROC DOWNLOAD. This system option can be overridden by specifying the CONNECTSTATUS= option in subsequent PROC UPLOAD, PROC DOWNLOAD, RSUBMIT, and SIGNON statements.

For asynchronous processing (NOCONNECTWAIT), the CONNECTSTATUS system option and the CONNECTSTATUS= option in a SIGNON statement are ignored. To enable the Transfer Status window for asynchronous processing, you must specify CONNECTSTATUS=YES in the PROC UPLOAD, PROC DOWNLOAD, or RSUBMIT statement.


See Also

Conceptual information about Transfer Status Window

Statements

RSUBMIT Statement and Command

SIGNON Statement and Command

Procedures

Syntax for the UPLOAD Procedure

Syntax for the DOWNLOAD Procedure

Previous Page | Next Page | Top of Page