Question Russell Knight · Nov 21, 2018

Text session workstation id

Greetings,

How can I extract/return the workstation id in M.  In other words, I csession in to MUMPS and I want to extract the workstation to use.

Thanks in advance for everyone's help...

Comments

Eduard Lebedyuk · Nov 22, 2018

Check $system variable:

write $system

Or, to get just the system call:

write $system.INetInfo.LocalHostName()
0