Chapter Contents

Previous

Next
ASYNCHIO

ASYNCHIO



Specifies whether asynchronous I/O is enabled

Valid in: configuration file, SAS invocation
Category: Files: SAS files
PROC OPTIONS GROUP= SASFILES


Syntax
Syntax Description
Details
Comparisons
See Also

Syntax

ASYNCHIO| NOASYNCHIO

Syntax Description

ASYNCHIO
allows other logical SAS tasks to execute (if any are ready) while the I/O is being done. This might improve system performance.

NOASYNCHIO
causes data set I/O to wait for completion.


Details

If the ASYNCHIO option is not specified on the SAS invocation line or in the configuration file, its default value depends on the runmode with which SAS is invoked:

Operating Environment Information:   Most SAS system options are initialized with default settings when SAS is invoked. However, the default settings for some SAS system options may vary both by operating environment and by site. Option values may also vary both by operating environment and by site. For details, see the SAS documentation for your operating environment.  [cautionend]


Comparisons

The ASYNCHIO system option is equivalent to the NOSYNCHIO system option. NOASYNCHIO is equivalent to SYNCHIO.

See Also

System Options:
SYNCHIO


Chapter Contents

Previous

Next

Top of Page

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