On Sat, 26 Nov 2016 21:26:31 +0200, Sampsa Laine wrote:
Guys, what?s the DCL lexical for extracting the remote
host and username of
someone logged into my system over DECNET? I?m writing a script that needs
the host + username of the person connecting to a captive account..
REMPORT = F$GETDVI("TT:","TT_ACCPORNAM")
REMNODE = F$ELEMENT(0,":",REMPORT)
REMUSER = F$ELEMENT(2,":",REMPORT)
HTH, :)
G.