*DSPMODE (KEYIN and DISPLAY)
*DSPMODE={value}
This list control specifies output redirection for DISPLAY and KEYIN operations. Once a DSPMODE state has been established, the state remains invoked until the runtime terminates or until another state is invoked.
Value is numeric variable or decimal constant indicating one of the following modes:
|
Value |
Output ... |
|
0 |
in a normal mode without output redirection. |
|
1 |
with displayed data being redirected to the current OS stdout handle being used. |
|
2 |
with displayed data being redirected to a user specified file that has been attached or opened using the SETMODE *DISPLAY="filename" instruction. |
See Also: List Controls (KEYIN and DISPLAY), List Controls (KEYIN), DISPLAY, KEYIN
![]() |