> 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

Reply via email to