Previous Topic: SETMODEL Return Codes

Next Topic: SETTERM Return Code

EPI SETTERM—Set the Virtual Terminal

This command sets the current virtual terminal. Subsequent commands that specify * as the termname value will refer to this terminal. When the REXX program begins, the current virtual terminal is undefined.

This command has the following format:

ADDRESS EPI "SETTERM keyword"
  {termname}
termname

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

Example: EPI SETTERM

The following sets virtual terminal 5 as the current virtual terminal:

SETTERM TERM5