PORT.STATUS - User Name field too small
The user name field is typically too small on windows machines. The domain name can easily take up most of the 15 characters displayed. This is typically a problem for IBM - Universe® for Windows®
>PORT.STATUS
There are currently 57 uniVerse sessions; 57 interactive, 20 phantom

  Pid....  User name......  Port name.....  Last command processed........
   221400  LongerDomain1\B  telnet:221400   RUN OE TBS.DISTRICT.MAINT [ DI
   192580  LongerDomain1\k  telnet:192580   LIST DICT CASH-REC
   217640  LongerDomain1\d  telnet:217640   RUN UTILS MAIN.MENU [ MAIN.MEN
   220364  LongerDomain1\D  telnet:220364   TERM 132 [ REPORT.WRITER.EDIT
   222124  LongerDomain1\o  telnet:222124   SELECT TIE.INS WITH NEW.ISBN=
					
There are a couple options to resolve this:
  • Write a program to execute "PORT.STATUS INTERNAL". The INTERNAL option will return raw data, in traditional Attribute/Multi-value format. You can then display the data in any format you desire. >>Download a free solution<<
  • Change settings in your registry: Note: This will change the LISTU display and the value returned by @LOGNAME
    HKEY_LOCAL_MACHINE\SOFTWARE\IBM\UniVerse\CurrentVersion
    Add a new DWORD named UseShortUserNames
    and set the value to 0x00000001

  • NOTE: you can damage or disable your system modifying the registry!