Chapter Contents

Previous

Next
CONNECTWAIT

CONNECTWAIT



Specifies whether or not to wait for a SAS/CONNECT remote submit statement (rsubmit) to complete before control returns to the local session

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Alias: CWAIT | NOCWAIT
Category: Communications: Networking and encryption
PROC OPTIONS GROUP= COMMUNICATIONS


Syntax
Syntax Description
Details

Syntax

CONNECTWAIT | NOCONNECTWAIT

Syntax Description

CONNECTWAIT
(default) specifies that SAS wait for the SAS/CONNECT remote submit statement to complete before control returns to the local session; that is, the remote submit is executed serially.

NOCONNECTWAIT
specifies that SAS not wait for the SAS/CONNECT remote submit statement to complete before control returns to the local session; that is, the remote submit is executed asynchronously.


Details

CONNECTWAIT controls whether the rsubmit is synchronous or or asynchronous. With asynchronous processing (NOCONNECTWAIT), you can start a remote submit and continue local processing or continue remote processing to other operating environments. For more information, see SAS/CONNECT Software: Usage and Reference.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.