Previous Topic: SETMODEL Return CodesNext Topic: SETTERM Return Code


EPI SETTERM—Set the Virtual Terminal

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}
termname

Defines the virtual terminal to be designated as the current terminal.

EPI SETTERM Sample Coding Statements

The following sample coding statement sets virtual terminal 5 as the current virtual terminal:

SETTERM TERM5