|
|
| Author |
Message |
hclily
New User
Joined: 26 Sep 2005 Posts: 7
|
|
|
|
and then which command can browse the information of a volume?
thanks! |
|
| Back to top |
|
 |
References
|
|
 |
Rupesh.Kothari
Member of the Month
Joined: 27 Apr 2005 Posts: 486
|
|
|
|
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 |
|
 |
Rupesh.Kothari
Member of the Month
Joined: 27 Apr 2005 Posts: 486
|
|
|
|
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
S - Request DASD Free Space Information
Give the vol name
It will give you the list of volume.
Hope This helps
Regards
Rupesh |
|
| Back to top |
|
 |
hclily
New User
Joined: 26 Sep 2005 Posts: 7
|
|
|
|
| I think that you misunderstand my question,but I have solved that problem yesterday,thanks anyway! |
|
| Back to top |
|
 |
hkb007
New User
Joined: 30 Dec 2005 Posts: 5
|
|
|
|
Can you share your solution?
Thanks! |
|
| Back to top |
|
 |
Ravi gaur
New User
Joined: 12 Jul 2005 Posts: 44
|
|
|
|
| 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 |
|
 |
philepeo
New User
Joined: 18 Nov 2005 Posts: 4
|
|
|
|
| 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 |
|
 |
|
|