| System Options under z/OS |
| Default: | NOSYNCHIO |
| Valid in: | configuration file, SAS invocation |
| Category: | SAS files |
| PROC OPTIONS GROUP= | SASFILES |
| z/OS specifics: | default value |
| See: | SAS Language Reference: Dictionary for information about ASYNCHIO. |
| Syntax | |
| Details |
Syntax |
| SYNCHIO | NOSYNCHIO |
causes data set I/O to wait for completion.
allows other logical SAS tasks to execute (if any are ready) while the I/O is being done.
| Details |
The SYNCHIO system option is a mirror alias of the system option NOASYNCHIO. NOSYNCHIO is equivalent to ASYNCHIO.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.