Getting the Storage Group name for a DASD volume.

2012-02-09 Thread McKown, John
I am updating an old DASD management program. It does a UCBSCAN to scan the 
online DASD volumes and an LSPACE to get the space information from them. I 
also get the Format 4 DSCB. I check DS4SMSFG to see if the volume is SMS 
managed or not. I would like to output the storage group name if it is. But I 
cannot find any indication of how to get that information. I know it is 
possible because QuickRef does it. Is this another of the if you want to know 
that, you need to give us a lot of money and sign an NDA part of z/OS? I 
really dispise that of IBM. No wonder I like GNU software. Oh, well, anything 
for a buck! is the main corporate motto in today's world.

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone *
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread Norbert Friemel
On Thu, 9 Feb 2012 08:13:19 -0600, McKown, John wrote:

I am updating an old DASD management program. It does a UCBSCAN to scan the 
online DASD volumes and an LSPACE to get the space information from them. I 
also get the Format 4 DSCB. I check DS4SMSFG to see if the volume is SMS 
managed or not. I would like to output the storage group name if it is. But I 
cannot find any indication of how to get that information. 

Cbttape file 492 ShowZos/ShowMvs


Norbert Friemel

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread McKown, John
Thanks! I'll go grab that.

John McKown 

Systems Engineer IV

IT

 

Administrative Services Group

 

HealthMarkets(r)

 

9151 Boulevard 26 * N. Richland Hills * TX 76010

(817) 255-3225 phone * 

john.mck...@healthmarkets.com * www.HealthMarkets.com

 

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Norbert Friemel
 Sent: Thursday, February 09, 2012 8:40 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Getting the Storage Group name for a DASD volume.
 
 On Thu, 9 Feb 2012 08:13:19 -0600, McKown, John wrote:
 
 I am updating an old DASD management program. It does a 
 UCBSCAN to scan the online DASD volumes and an LSPACE to get 
 the space information from them. I also get the Format 4 
 DSCB. I check DS4SMSFG to see if the volume is SMS managed or 
 not. I would like to output the storage group name if it is. 
 But I cannot find any indication of how to get that information. 
 
 Cbttape file 492 ShowZos/ShowMvs
 
 
 Norbert Friemel
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
 
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread Dennis Trojak
John,
 Checkout SHOWMVS. It makes a subsys call to SMS to do just that.
Dennis

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
McKown, John
Sent: Thursday, February 09, 2012 8:13 AM
To: IBM-MAIN@bama.ua.edu
Subject: Getting the Storage Group name for a DASD volume.

I am updating an old DASD management program. It does a UCBSCAN to scan the 
online DASD volumes and an LSPACE to get the space information from them. I 
also get the Format 4 DSCB. I check DS4SMSFG to see if the volume is SMS 
managed or not. I would like to output the storage group name if it is. But I 
cannot find any indication of how to get that information. I know it is 
possible because QuickRef does it. Is this another of the if you want to know 
that, you need to give us a lot of money and sign an NDA part of z/OS? I 
really dispise that of IBM. No wonder I like GNU software. Oh, well, anything 
for a buck! is the main corporate motto in today's world.

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone *
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread McKown, John
Thanks. I've downloaded it and am looking at the source. One problem so far, 
for me, is that I don't really like using undocumented interfaces. I'm a GUPI 
kind of guy. And I can't find any IBM doc on using the SSI calls to SMS. I'll 
do it, but it will take a while for me to decode how SHOWMVS is actually doing 
the work. And how to port that portion of the code into my own code. I will 
likely separate it out into a separate source module as a callable subroutine.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * 
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Dennis Trojak
 Sent: Thursday, February 09, 2012 9:47 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Getting the Storage Group name for a DASD volume.
 
 John,
  Checkout SHOWMVS. It makes a subsys call to SMS to do just that.
 Dennis
 
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of McKown, John
 Sent: Thursday, February 09, 2012 8:13 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Getting the Storage Group name for a DASD volume.
 
 I am updating an old DASD management program. It does a 
 UCBSCAN to scan the online DASD volumes and an LSPACE to get 
 the space information from them. I also get the Format 4 
 DSCB. I check DS4SMSFG to see if the volume is SMS managed or 
 not. I would like to output the storage group name if it is. 
 But I cannot find any indication of how to get that 
 information. I know it is possible because QuickRef does it. 
 Is this another of the if you want to know that, you need to 
 give us a lot of money and sign an NDA part of z/OS? I 
 really dispise that of IBM. No wonder I like GNU software. 
 Oh, well, anything for a buck! is the main corporate motto 
 in today's world.
 
 John McKown
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone *
 john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 Confidentiality Notice: This e-mail message may contain 
 confidential or proprietary information. If you are not the 
 intended recipient, please contact the sender by reply e-mail 
 and destroy all copies of the original message. 
 HealthMarkets(r) is the brand name for products underwritten 
 and issued by the insurance subsidiaries of HealthMarkets, 
 Inc. -The Chesapeake Life Insurance Company(r), Mid-West 
 National Life Insurance Company of TennesseeSM and The MEGA 
 Life and Health Insurance Company.SM
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
 
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread Scott Barry
The IDCAMS utility DCOLLECT has this functionality and it generates a useful 
output file for post-processing.

Scott Barry
SBBWorks, Inc.


On Thu, 9 Feb 2012 09:57:30 -0600, McKown, John john.mck...@healthmarkets.com 
wrote:

Thanks. I've downloaded it and am looking at the source. One problem so far, 
for me, is that I don't really like using undocumented interfaces. I'm a GUPI 
kind of guy. And I can't find any IBM doc on using the SSI calls to SMS. I'll 
do it, but it will take a while for me to decode how SHOWMVS is actually doing 
the work. And how to port that portion of the code into my own code. I will 
likely separate it out into a separate source module as a callable subroutine.

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone *
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM



 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Dennis Trojak
 Sent: Thursday, February 09, 2012 9:47 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Getting the Storage Group name for a DASD volume.

 John,
  Checkout SHOWMVS. It makes a subsys call to SMS to do just that.
 Dennis

 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of McKown, John
 Sent: Thursday, February 09, 2012 8:13 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Getting the Storage Group name for a DASD volume.

 I am updating an old DASD management program. It does a
 UCBSCAN to scan the online DASD volumes and an LSPACE to get
 the space information from them. I also get the Format 4
 DSCB. I check DS4SMSFG to see if the volume is SMS managed or
 not. I would like to output the storage group name if it is.
 But I cannot find any indication of how to get that
 information. I know it is possible because QuickRef does it.
 Is this another of the if you want to know that, you need to
 give us a lot of money and sign an NDA part of z/OS? I
 really dispise that of IBM. No wonder I like GNU software.
 Oh, well, anything for a buck! is the main corporate motto
 in today's world.

 John McKown
 Systems Engineer IV
 IT

 Administrative Services Group

 HealthMarkets(r)

 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone *
 john.mck...@healthmarkets.com * www.HealthMarkets.com


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread Bill Fairchild
Presumably whoever coded the subsys call to SMS within SHOWMVS had access to 
some kind of doc (or to previously written working code, the author of which 
had access to the doc... etc.), and I would like to know more about the doc 
myself.  Perhaps there are other subsys calls to SMS which return useful 
information.  I would much rather look at original doc than at working code 
that exploits one particular function and reveals nothing about other 
functions.  If this doc is restricted, then how could SHOWMVS be made public?

Bill Fairchild

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Dennis Trojak
Sent: Thursday, February 09, 2012 9:47 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Getting the Storage Group name for a DASD volume.

John,
 Checkout SHOWMVS. It makes a subsys call to SMS to do just that.
Dennis

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
McKown, John
Sent: Thursday, February 09, 2012 8:13 AM
To: IBM-MAIN@bama.ua.edu
Subject: Getting the Storage Group name for a DASD volume.

I am updating an old DASD management program. It does a UCBSCAN to scan the 
online DASD volumes and an LSPACE to get the space information from them. I 
also get the Format 4 DSCB. I check DS4SMSFG to see if the volume is SMS 
managed or not. I would like to output the storage group name if it is. But I 
cannot find any indication of how to get that information. I know it is 
possible because QuickRef does it. Is this another of the if you want to know 
that, you need to give us a lot of money and sign an NDA part of z/OS? I 
really dispise that of IBM. No wonder I like GNU software. Oh, well, anything 
for a buck! is the main corporate motto in today's world.

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone *
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread McKown, John
True. I've used DCOLLECT in the past. In fact, we run a daily DCOLLECT in the 
early morning for just such reporting.

My modification to the current batch program is in upgrading it, __and__ making 
a corresponding UNIX command to be issued from from a UNIX shell prompt. 
Granted, I can use some weird coding to run a z/OS batch program from the UNIX 
shell and then process its output. But I'd like to make a pure native 
command. This is just more for my learning. All in HLASM. I've gotten fairly 
good at it. The weirdest part, to me, is how to use the C sprintf() routine 
from HLASM in order to make really nice looking output. The C language 
calling convention is quite different.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * 
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Scott Barry
 Sent: Thursday, February 09, 2012 10:27 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Getting the Storage Group name for a DASD volume.
 
 The IDCAMS utility DCOLLECT has this functionality and it 
 generates a useful output file for post-processing.
 
 Scott Barry
 SBBWorks, Inc.
 
 
 On Thu, 9 Feb 2012 09:57:30 -0600, McKown, John 
 john.mck...@healthmarkets.com wrote:
 
 Thanks. I've downloaded it and am looking at the source. One 
 problem so far, for me, is that I don't really like using 
 undocumented interfaces. I'm a GUPI kind of guy. And I can't 
 find any IBM doc on using the SSI calls to SMS. I'll do it, 
 but it will take a while for me to decode how SHOWMVS is 
 actually doing the work. And how to port that portion of the 
 code into my own code. I will likely separate it out into a 
 separate source module as a callable subroutine.
 
 --
 John McKown
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone *
 john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 Confidentiality Notice: This e-mail message may contain 
 confidential or proprietary information. If you are not the 
 intended recipient, please contact the sender by reply e-mail 
 and destroy all copies of the original message. 
 HealthMarkets(r) is the brand name for products underwritten 
 and issued by the insurance subsidiaries of HealthMarkets, 
 Inc. -The Chesapeake Life Insurance Company(r), Mid-West 
 National Life Insurance Company of TennesseeSM and The MEGA 
 Life and Health Insurance Company.SM
 
 
 
  -Original Message-
  From: IBM Mainframe Discussion List
  [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Dennis Trojak
  Sent: Thursday, February 09, 2012 9:47 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: Getting the Storage Group name for a DASD volume.
 
  John,
   Checkout SHOWMVS. It makes a subsys call to SMS to do just that.
  Dennis
 
  -Original Message-
  From: IBM Mainframe Discussion List
  [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of McKown, John
  Sent: Thursday, February 09, 2012 8:13 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Getting the Storage Group name for a DASD volume.
 
  I am updating an old DASD management program. It does a
  UCBSCAN to scan the online DASD volumes and an LSPACE to get
  the space information from them. I also get the Format 4
  DSCB. I check DS4SMSFG to see if the volume is SMS managed or
  not. I would like to output the storage group name if it is.
  But I cannot find any indication of how to get that
  information. I know it is possible because QuickRef does it.
  Is this another of the if you want to know that, you need to
  give us a lot of money and sign an NDA part of z/OS? I
  really dispise that of IBM. No wonder I like GNU software.
  Oh, well, anything for a buck! is the main corporate motto
  in today's world.
 
  John McKown
  Systems Engineer IV
  IT
 
  Administrative Services Group
 
  HealthMarkets(r)
 
  9151 Boulevard 26 * N. Richland Hills * TX 76010
  (817) 255-3225 phone *
  john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
 
 

--
For IBM-MAIN subscribe / signoff

Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread Rob Scott
I think the history of this runs as follows :

(1) SMS SSI documentation is made available for $$$ to ISVs and not to normal 
customers
(2) However - JES3 needs to get SMS volume info at some point - hence the 
minimum amount of doc and macros are distributed in SYS1.MODGEN (eg take a look 
at IGDVLD)
(3) Some smart people look the the doc in IGDVLD and experiment and work out 
how the SMS SSI works
(4) Tinkering and playing by various people in the 1980s/1990s including 
looking at IPCS dump formatting routines yield more info 

I do not believe the author of SHOWMVS had access to the official doc - it was 
just reverse engineered from IGDVLD.

Rob Scott
Lead Developer
Rocket Software
275 Grove Street * Newton, MA 02466-2272 * USA
Tel: +1.617.614.2305
Email: rsc...@rs.com
Web: www.rocketsoftware.com

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Bill Fairchild
Sent: 09 February 2012 16:45
To: IBM-MAIN@bama.ua.edu
Subject: Re: Getting the Storage Group name for a DASD volume.

Presumably whoever coded the subsys call to SMS within SHOWMVS had access to 
some kind of doc (or to previously written working code, the author of which 
had access to the doc... etc.), and I would like to know more about the doc 
myself.  Perhaps there are other subsys calls to SMS which return useful 
information.  I would much rather look at original doc than at working code 
that exploits one particular function and reveals nothing about other 
functions.  If this doc is restricted, then how could SHOWMVS be made public?

Bill Fairchild

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Dennis Trojak
Sent: Thursday, February 09, 2012 9:47 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Getting the Storage Group name for a DASD volume.

John,
 Checkout SHOWMVS. It makes a subsys call to SMS to do just that.
Dennis

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
McKown, John
Sent: Thursday, February 09, 2012 8:13 AM
To: IBM-MAIN@bama.ua.edu
Subject: Getting the Storage Group name for a DASD volume.

I am updating an old DASD management program. It does a UCBSCAN to scan the 
online DASD volumes and an LSPACE to get the space information from them. I 
also get the Format 4 DSCB. I check DS4SMSFG to see if the volume is SMS 
managed or not. I would like to output the storage group name if it is. But I 
cannot find any indication of how to get that information. I know it is 
possible because QuickRef does it. Is this another of the if you want to know 
that, you need to give us a lot of money and sign an NDA part of z/OS? I 
really dispise that of IBM. No wonder I like GNU software. Oh, well, anything 
for a buck! is the main corporate motto in today's world.

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone *
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread Shmuel Metz (Seymour J.)
In a6b9336cdb62bb46b9f8708e686a7ea00e924b3...@nrhmms8p02.uicnrh.dom,
on 02/09/2012
   at 08:13 AM, McKown, John john.mck...@healthmarkets.com said:

I would like to output the storage group name if it is.

I would look at the SSI mapping macros. They're mostly not GUPI, but
should be reasonably stable.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread Martin Packer
Another possibility is to parse SMF 74-1 from RMF Device Activity Report 
data. Might not have the real time nature you might be seeking.

Martin

Martin Packer,
Mainframe Performance Consultant, zChampion
Worldwide Banking Center of Excellence, IBM

+44-7802-245-584

email: martin_pac...@uk.ibm.com

Twitter / Facebook IDs: MartinPacker
Blog: 
https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker



From:
Norbert Friemel nf.ibmm...@web.de
To:
IBM-MAIN@bama.ua.edu, 
Date:
09/02/2012 14:40
Subject:
Re: Getting the Storage Group name for a DASD volume.
Sent by:
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu



On Thu, 9 Feb 2012 08:13:19 -0600, McKown, John wrote:

I am updating an old DASD management program. It does a UCBSCAN to scan 
the online DASD volumes and an LSPACE to get the space information from 
them. I also get the Format 4 DSCB. I check DS4SMSFG to see if the volume 
is SMS managed or not. I would like to output the storage group name if it 
is. But I cannot find any indication of how to get that information. 

Cbttape file 492 ShowZos/ShowMvs


Norbert Friemel

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: Getting the Storage Group name for a DASD volume.

2012-02-09 Thread Bill Soper
Hi,
take a look at:
http://www.cbttape.org/xephon/xephonm/mvs0206.pdf
This seems to have doc and samples for the SMS subsys interface to do exactly 
what you're asking

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN