z/VM REXX Functions for system information

2008-02-21 Thread Lionel B. Dyck
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) ? thanks Lionel B. Dyck, Consultant/Specialist Enterprise Platform

Re: z/VM REXX Functions for system information

2008-02-21 Thread David Boyes
. 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

Re: z/VM REXX Functions for system information

2008-02-21 Thread Jim Elliott
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

Re: z/VM REXX Functions for system information

2008-02-21 Thread Lionel B. Dyck
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: Shimon Lebowitz [EMAIL PROTECTED] To: IBMVM@LISTSERV.UARK.EDU Date: 02/21/2008 12:04 PM Subject: Re: z/VM REXX Functions for system

Re: z/VM REXX Functions for system information

2008-02-21 Thread Kris Buelens
, forwarding or saving them. Thank you. From: Jim Elliott [EMAIL PROTECTED] To: IBMVM@LISTSERV.UARK.EDU Date: 02/21/2008 11:26 AM Subject: Re: z/VM REXX Functions for system information -- Thanks - I was looking for an easy way to find the current system name so I

Re: z/VM REXX Functions for system information

2008-02-21 Thread Lionel B. Dyck
. Thank you. From: Jim Elliott [EMAIL PROTECTED] To: IBMVM@LISTSERV.UARK.EDU Date: 02/21/2008 11:26 AM Subject: Re: z/VM REXX Functions for system information 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

Re: z/VM REXX Functions for system information

2008-02-21 Thread Stracka, James (GTI)
Subject: Re: z/VM REXX Functions for system information 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