Previous Topic: DELETE Return CodesNext Topic: DEQ Return Codes


EPI DEQ—Release Virtual Terminal Ownership

EPI DEQ releases ownership of (dequeue) the virtual terminal. Request rules are the only AOF rules that can use this command.

EPI DEQ has the following format:

ADDRESS EPI "DEQ keywords"
{termname|*}
/* You can choose one or both of the following optional keywords. */
[FORCE]
[ALL]
termname

Defines the virtual terminal that you want to release.

*

Release the current terminal defined through the SETTERM command.

FORCE

(Optional) Forces the current ownership of this virtual terminal to be released, even if the current program does not own the terminal.

Important! Use the FORCE keyword with caution, because it can produce undesirable results.

ALL

(Optional) Forces the release of all virtual terminals.

EPI DEQ Sample Coding Statements

The following sample coding statement releases ownership of the TERM2 virtual terminal:

DEQ TERM2