terminalID

SysVar.terminalID (like SysVar.sessionID) is initialized from the Java™ Virtual Machine system property user.name, and if the property cannot be retrieved, SysVar.terminalID is blank.

You can use SysVar.terminalID in these ways:

The characteristics of SysVar.terminalID are as follows:
Primitive type
CHAR
Data length
8, padded with blanks if the value has less than the maximum number of characters
Is value always restored after a converse?
Yes

Example

  myItem10 = SysVar.terminalID;
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.