Previous Topic: SETTERM Return CodeNext Topic: SETUNAME Return Codes


EPI SETUNAME—Set User-Defined Name

The EPI SETUNAME command sets the user-defined name for a virtual terminal. To cancel out the current user-defined name, omit the user_termname operand.

This command has the following format:

ADDRESS EPI "SETUNAME keyword"
{termname|*}
[user_termname]
termname

Defines the name of the virtual terminal that you are giving a user-defined name. This name must be the termname value that is defined for this terminal through the DEFINE or CHANGE command.

*

Sets a model number for the current terminal that is defined by the SETTERM command.

user_termname

(Optional) Specifies the name that you use for this virtual terminal.

EPI SETUNAME Sample Coding Statements

The following sample coding statement sets user-defined name for virtual terminal TERM3 to CICSTERM:

SETUNAME TERM3 CICSTERM