Previous Topic: DEFINE Return CodesNext Topic: DELETE Return Codes


EPI DELETE—Delete Virtual Terminal Definitions

EPI DELETE deletes one or more virtual terminal definitions from EPI.

EPI DELETE has the following format:

ADDRESS EPI "DELETE keyword"
{termname|ALL|*}
termname

Defines the name of the virtual terminal whose definition you want to delete. You cannot delete a virtual terminal definition unless you have disabled that terminal using the EPI DISABLE command.

ALL

Instructs EPI to delete all terminal definitions.

*

Deletes the current terminal defined through the SETTERM command.

EPI DELETE Sample Coding Statements

The following sample coding statement deletes the virtual terminal named TERM2:

DELETE TERM2