NET/MASTER Network Control Language (NCL) Reference Manual
&SYS.LASTLOGON.LOGITERM
System Variables
5–52 106126 Tandem Computers Incorporated
&SYS.LASTLOGON.LOGITERM
The &SYS.LASTLOGON.LOGITERM system variable contains the logical name of the
terminal last used by the user.
&SYS.LASTLOGON.LOGITERM
Consideration
See also &SYS.LASTLOGON.PHYSTERM, which contains the physical name of the
terminal last used by the user.
Example
The following example shows how you might use this system variable:
SAY "&SYS.LASTLOGON.LOGITERM = " &SYS.LASTLOGON.LOGITERM
&SYS.LASTLOGON.PHYSTERM
The &SYS.LASTLOGON.PHYSTERM system variable contains the physical name of
the terminal last used by the user.
&SYS.LASTLOGON.PHYSTERM
Consideration
See also &SYS.LASTLOGON.LOGITERM, which contains the logical name of the
terminal last used by the user.
Example
The following example shows how you might use this system variable:
SAY "&SYS.LASTLOGON.PHYSTERM = " &SYS.LASTLOGON.PHYSTERM