Here's the solution I use, it was discussed a while ago: we update the
CMS Ready message:
/* This exec changes CMS' READY message by including userid info.
    +-----------------------------------------------------------+
    | format:  | RDYMSG                                         |
    +-----------------------------------------------------------+
  Adapted by: Kris Buelens IBM Belgium;  BUELENSC at IECVM 19 Apr 1993
        from: David Lybrand & Joachim Becela */
parse upper source . . myname mytype . syn .
address command

/*---------------------------------------------------------------------+
| Have a RDYMSG with a highlighted 'USERID at NODE'                    |
+---------------------------------------------------------------------*/
'ID (LIFO'
pull myid . mynode .
rdymsg.1 = '& 3'
/*
rdymsg.2 = '8116      '||'1DE8'x||myid 'at' mynode||'1D60'x||'is ready'
*/
rdymsg.2 = '8116      Ready'||'1DE8'x||myid 'at' mynode||'1D60'x

'RENAME DMSUME REPOS A RDYMSG REPOS A'
ren_rc = rc
if rc*(rc<>28) = 0 then do
  'EXECIO 2 DISKW DMSUME REPOS A3 0 F 80 (FINIS STEM RDYMSG.'
  'GENMSG DMSUME REPOS A3 DMS (NOLIST MARGIN 63'
  'SET LANG (ADD DMS USER'
  'ERASE DMSUME TEXT'
end
if ren_rc = 0 then 'RENAME RDYMSG REPOS  A DMSUME REPOS A'


2007/12/18, Stracka, James (GTI) <[EMAIL PROTECTED]>:
>
>
>
> Normally you would change your LOGO configuration file with something  like:
>
>  Status VM_Read       'Feed  CMS'   ,
>          CP_Read       'Feed CP '    ,
>          Running       'Jogging '    ,
>          More          'Hit PA2  '   ,
>          Hold          'Hugging  '   ,
>         Not_Accepted   'Not doin dat'
>
> To  change it to a CMS id would require writing code.  I believe this was  
> discussed awhile back so I suggest checking the  archives.
>
>
>
> -----Original Message-----
> From: The IBM z/VM    Operating System [mailto:[EMAIL PROTECTED] On Behalf Of 
> Huegel,    Thomas
> Sent: Tuesday, December 18, 2007 2:16 PM
> To:    [email protected]
> Subject: 3270 status    area
>
>
>
> At the bottom right of the z/VM screen the status area it says    RUNNING 
> sys-id or CP READ sys-id or HOLDING sys-id etc. Other than actually    
> changing the system_identification in the SYSTEM CONFIG file how can I change 
>    the sys-id that displays? I might want to do something like place the CMS 
> user    ID there.
>  ________________________________

>
> This message w/attachments (message) may be privileged, confidential or 
> proprietary, and if you are not an intended recipient, please notify the 
> sender, do not use or share it and delete it. Unless specifically indicated, 
> this message is not an offer to sell or a solicitation of any investment 
> products or other financial product or service, an official confirmation of 
> any transaction, or an official statement of Merrill Lynch. Subject to 
> applicable law, Merrill Lynch may monitor, review and retain e-communications 
> (EC) traveling through its networks/systems. The laws of the country of each 
> sender/recipient may impact the handling of EC, and EC may be archived, 
> supervised and produced in countries other than the country in which you are 
> located. This message cannot be guaranteed to be secure or error-free. This 
> message is subject to terms available at the following link: 
> http://www.ml.com/e-communications_terms/. By messaging with Merrill Lynch 
> you consent to the foregoing.
>  ________________________________

>
>
>
>



-- 
Kris Buelens,
IBM Belgium, VM customer support

Reply via email to