Chapter Contents

Previous

Next
TERMIO=

TERMIO=



Specifies whether terminal I/O is blocking or non-blocking

Language element: system option
Default: NOBLOCK
Valid in: configuration file, SAS invocation, OPTIONS statement, System Options window, VMS_SAS_OPTIONS DCL symbol
OpenVMS specifics: All aspects are host-specific


Syntax
Details

Syntax

TERMIO=BLOCK | NOBLOCK

BLOCK
specifies that terminal I/O is blocking.

NOBLOCK
specifies that terminal I/O is non-blocking.


Details

TERMIO controls whether terminal I/O in line mode SAS is blocking or non-blocking. NOBLOCK, the default, allows other processes, such as ODS, to execute while the line mode process waits for terminal input. While NOBLOCK is set, command line recall is limited to one previous command. Specify TERMIO=BLOCK to enable full command line recall functionality.


Chapter Contents

Previous

Next

Top of Page

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