The EPI SETTERM command sets the current virtual terminal. Subsequent commands that specify * as the termname value refer to this terminal. When the REXX program begins, the current virtual terminal is undefined.
EPI SETTERM has the following format:
ADDRESS EPI "SETTERM keyword"
{termname}
Defines the virtual terminal to be designated as the current terminal.
The following sample coding statement sets virtual terminal 5 as the current virtual terminal:
SETTERM TERM5
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|