And there is another system name, not necessarily the same: 'PIPE CP Q USERID | SPECS W3 1 | VAR CPSYSNAME'
Which 'system name' do you want? ---- Original message ---- >Date: Thu, 21 Feb 2008 14:22:25 -0500 >From: Jim Elliott <[EMAIL PROTECTED]> >Subject: Re: z/VM REXX Functions for system information >To: [email protected] > >> Thanks - I was looking for an easy way to find the current >> system name so I could include that in alert messages I send >> out. > >> I found I could do this: > >> /* rexx */ >> 'identify (stack' >> parse pull id >> parse value id with x y name . >> .... > >> This at least gives me the system name and that is all I need >> for now. > >Lionel: > >How about: > >'PIPE cms IDENTIFY | specs w3 1 | var name' > >Jim
