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 B. Dyck, Consultant/Specialist 
Enterprise Platform Services, Mainframe Engineering 
KP-IT Enterprise Engineering 
925-926-5332 (8-473-5332) | E-Mail: [EMAIL PROTECTED] 
AIM: lbdyck | Yahoo IM: lbdyck 
Kaiser Service Credo: "Our cause is health. Our passion is service. We're 
here to make lives better." 

I never guess. It is a capital mistake to theorize before one has data. 
Insensibly one begins to twist facts to suit theories, instead of theories 
to suit facts. 
- Sir Arthur Conan Doyle 

NOTICE TO RECIPIENT: If you are not the intended recipient of this e-mail, 
you are prohibited from sharing, copying, or otherwise using or disclosing 
its contents. If you have received this e-mail in error, please notify the 
sender immediately by reply e-mail and permanently delete this e-mail and 
any attachments without reading, forwarding or saving them. Thank you. 



From:
David Boyes <[EMAIL PROTECTED]>
To:
IBMVM@LISTSERV.UARK.EDU
Date:
02/21/2008 08:24 AM
Subject:
Re: z/VM REXX Functions for system information



Diag(0) returns a lot of interesting stuff, but not the same kinds of 
things that sysvar/mvsvar do. In most cases, the information isn?t 
accessible to users with class G only, and they have no business knowing 
about anything outside their virtual machine. 
 

From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On 
Behalf Of Lionel B. Dyck
Sent: Thursday, February 21, 2008 11:19 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: z/VM REXX Functions for system information
 

REXX in the z/OS space has several functions (sysvar and mvsvar) that 
return information about the active system.  Is there anything comparable 
to those in z/VM REXX (I've been looking but perhaps not in the right 
places) ? 

Reply via email to