Specifies that a logical port on your node is an application
port. It can be used to connect to a remote device (typically a
printer) on a terminal server or to a dedicated port on another
LAT service node.
If you do not specify a port type, the default port type is
APPLICATION.
NOTE
By default, LATCP creates application LAT devices with
the HANGUP terminal characteristic. However, if you want
to apply the NOHANGUP characteristic to application LAT
devices, you can do so by entering specific LATCP and DCL
commands. For example:
$ LCP :== $LATCP
$ LCP CREATE PORT LTA1234
$ LCP SET PORT LTA1234 /APPLICATION /NODE=terminal_server /PORT=server_port
$ SET TERMINAL LTA1234 /PERMANENT /NOHANGUP
Note that you can insert the SET TERMINAL command in the
SYS$MANAGER:LAT$SYSTARTUP.COM file (enter the command for
each LAT device that requires the NOHANGUP characteristic).