Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
how to list the volumes that included in a storage group?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
hclily

New User


Joined: 26 Sep 2005
Posts: 7

PostPosted: Sun Oct 09, 2005 2:23 pm    Post subject: how to list the volumes that included in a storage group?
Reply with quote

and then which command can browse the information of a volume?
thanks!
Back to top
View user's profile Send private message
References
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 486

PostPosted: Mon Oct 10, 2005 4:29 pm    Post subject: Re: how to list the volumes that included in a storage group
Reply with quote

Hi Naga,

You can try following JCL for the same, If you want the store the value and use it.
Code:

//STEP01  EXEC PGM=SORT                                       
//SYSOUT   DD   SYSOUT=*                                     
//SORTIN  DD DSN=Input File name ,DISP=SHR             
//SORTOUT DD DSN=Output file anme ,DISP=SHR             
//SYSIN   DD *                                               
  OPTION COPY                                                 
  OUTFIL REMOVECC,NODETAIL,                                   
   TRAILER1=(COUNT=(M10,LENGTH=02))                           
/*           


Hope this helps.

Regards

Rupesh
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 486

PostPosted: Mon Oct 10, 2005 4:38 pm    Post subject: Re: how to list the volumes that included in a storage group
Reply with quote

Hi
Sorry my last Answer was not for this query

Quote:
how to list the volumes that included in a storage group?


In our shop we generally follow the following steps

Code:
TSO QW


S - Request DASD Free Space Information

Code:
Seletc S


Give the vol name

Code:
Volser ==>  Temp*


It will give you the list of volume.

Hope This helps

Regards

Rupesh
Back to top
View user's profile Send private message
hclily

New User


Joined: 26 Sep 2005
Posts: 7

PostPosted: Wed Oct 12, 2005 12:24 pm    Post subject:
Reply with quote

I think that you misunderstand my question,but I have solved that problem yesterday,thanks anyway!
Back to top
View user's profile Send private message
hkb007

New User


Joined: 30 Dec 2005
Posts: 5

PostPosted: Sat Dec 31, 2005 5:26 pm    Post subject:
Reply with quote

Can you share your solution?

Thanks!
Back to top
View user's profile Send private message
Ravi gaur

New User


Joined: 12 Jul 2005
Posts: 44

PostPosted: Tue Jan 03, 2006 7:14 pm    Post subject: QW -Quick view
Reply with quote

Hclily Probably TSO QW command would'n be enable on ur system.as this is a quick view ,However check with the ISMF to get the Volumes list .. and this is a great tool to know abt the storage
Back to top
View user's profile Send private message
philepeo

New User


Joined: 18 Nov 2005
Posts: 4

PostPosted: Sun Feb 05, 2006 7:43 am    Post subject: Re: how to list the volumes that included in a storage group
Reply with quote

to view volumes in a storage group use ismf, select the option for storage grouge, either generate a list of all storage groups or type in the name of the req'd group and then type LISTVOL as a line command.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 Hours
Page 1 of 1