No -- but he could run under a 'shell' and have the user identified in the
'Ready message' --   call this from the PROFILE EXEC:

/* sh exec - simple shell /
Address Command
'PIPE CMS IDENTIFY | SPECS W1 1 | VAR MYUSER'
erc = 0
Do Forever
  Say 'Ready; RC'erc 'logged in as' myuser
  'WAKEUP (CONS'
  If rc = 6 Then Do
    Parse Pull cmd
    Parse UPPER VAR cmd w1 .
    If w1 = 'QUIT' | w1 = 'EXIT' Then Exit
    Address CMS cmd
    erc = rc
  End
End

Enter either QUIT or EXIT to get out of the shell..  you can be as creative
with the 'ready message' as you like..

An example running under it:

Ready; RC0 logged in as ROHLING
q v 191
DASD 0191 3390 610W02 R/W        200 CYL ON DASD  0504 SUBCHANNEL = 0000
Ready; RC0 logged in as ROHLING
q disk
LABEL  VDEV M  STAT   CYL TYPE BLKSZ   FILES  BLKS USED-(%) BLKS LEFT  BLK
TOTAL
ROH191 191  A   R/W   200 3390 4096     1949       4373-12      31627
36000
DIR1DB 122  B   R/O     9 3390 4096       11        114-07       1506
1620
DIR1DF 123  C   R/O     9 3390 4096       45        152-09       1468
1620
MNT190 190  S   R/O   100 3390 4096      694      15028-83       2972
18000
VMT191 120  V   R/O    25 3390 4096      206       1178-26       3322
4500
WWBOB  121  X   R/O   300 3390 4096     4369      40354-75      13646
54000
MNT19E 19E  Y/S R/O   250 3390 4096     1080      29150-65      15850
45000
MNT19D 19D  Z/Z R/O   146 3390 1024    15472      58502-81      13768
72270
Ready; RC0 logged in as ROHLING
q dasfd
HCPCQV003E Invalid option - DASFD
Ready; RC3 logged in as ROHLING
exit
Ready; T=0.02/0.09 07:21:28

Not what you asked for - but..  kind of a solution  :-)

Scott Rohling

On Fri, Dec 17, 2010 at 11:42 AM, Horlick, Michael
<michael.horl...@cgi.com>wrote:

>  Greetings,
>
> I have a user who would like to have his userid displayed instead of the
> system identifier in the status area at the bottom of the screen. Is that
> possible?
>
> He has quite a few 3270 VM/CMS sessions open and would like to quickly
> identify who is logged on to what screen.
>
> Thanks,
>
> Mike Horlick
> CGI Montreal
>

Reply via email to