IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to find out the list of volumes in a mainframe DASD


IBM Mainframe Forums -> TSO/ISPF
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
pratapreddy

New User


Joined: 29 Mar 2006
Posts: 2

PostPosted: Fri Apr 07, 2006 2:04 pm
Reply with quote

How to find out the list of volumes in a mainframe DASD. I want to know the available volume serial no's in the DASD. this to validate the Vol-ser-no entered by user.
Back to top
View user's profile Send private message
Rameshs

New User


Joined: 15 Jun 2005
Posts: 53
Location: India, Chennai

PostPosted: Fri Apr 07, 2006 2:58 pm
Reply with quote

You can view the DASD free space info by using MVS/QuickRef 6.1

How you can achieve the result


Start panel type QW


MVS/QuickRef 6.1 panel type S


In * MVS/QuickRef 6.1 - Request DASD Free Space Information * panel
you can the view various info related to storage.
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Fri Apr 07, 2006 4:25 pm
Reply with quote

hy pratapreddy,

if you have not installed MVS/Qwickref at your site,
you can get this information with IDCAMS DCOLLECT
function. there you will get all sms-related information,
therefore read the Volume-Record which contains all
volumes on your system, offline and online.

martin9
Back to top
View user's profile Send private message
vidhyanarayanan

New User


Joined: 23 Dec 2005
Posts: 52

PostPosted: Wed Apr 19, 2006 9:38 am
Reply with quote

hi,
If ur requirement is to list the entries in VTOC or CATALOG,
u can use the utility IEHLIST

In addition to this,
code lik this

// sysin dd *
LISTVTOC FORMAT, VOL =XXXX
/*

TRY!
Back to top
View user's profile Send private message
mailsri

New User


Joined: 04 Apr 2006
Posts: 13

PostPosted: Thu Apr 20, 2006 2:30 pm
Reply with quote

Hi

You can use this command to see the list of volumes..

/d u,dasd

The above command will list all the available volumes in the mainframe DASD.

/d u,dasd,online

The above command will list the volumes which are in use in the mainframe DASD.

Note: You should have the sufficient privileges to give this command.

Srinivas. J
System Programmer
Back to top
View user's profile Send private message
satya12

New User


Joined: 25 Apr 2006
Posts: 32
Location: India

PostPosted: Fri Apr 28, 2006 1:40 am
Reply with quote

Hi

You can use DVOL command to list attributes for all the volumes.Use outtrap to route output of the command to dataset sothat you can browse back n forth.

Satya
Back to top
View user's profile Send private message
Amit Yadav

New User


Joined: 20 Sep 2007
Posts: 9
Location: PUNE

PostPosted: Mon Feb 16, 2009 10:37 am
Reply with quote

mailsri wrote:
Hi

You can use this command to see the list of volumes..

/d u,dasd

The above command will list all the available volumes in the mainframe DASD.

/d u,dasd,online

The above command will list the volumes which are in use in the mainframe DASD.

Note: You should have the sufficient privileges to give this command.

Srinivas. J
System Programmer



This command is not working....plz sujjest..
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Mon Feb 16, 2009 10:51 am
Reply with quote

Hi,

do we really need to reactivate posts that are nearly 3 years old ?


Gerry
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Feb 16, 2009 9:24 pm
Reply with quote

Hello,

Quote:
This command is not working....plz sujjest..
Do not post "it doesn't work". That merely wastes everyone's time. Suggest you post the actual problem (error message, abend, etc) so someone might be able to help.

Suggest you talk with the system support or security people to make sure you have the proper permissions as was mentioned prevously. The command posted is restricted to many people. . .

Hi Gerry,

Quote:
do we really need to reactivate posts that are nearly 3 years old ?
Usually, i'd say it was better to start a new topic rather than reply to an old inactive topic, but it is good to see when people do a bit research icon_smile.gif
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Mon Feb 16, 2009 9:49 pm
Reply with quote

Also, even though it's nearly 3 years old (I see Dick has acquired a different "elapsed time" calculator icon_lol.gif ), someone might have the same question somewhere down the road.
Back to top
View user's profile Send private message
lbdyck

New User


Joined: 02 Jun 2003
Posts: 5
Location: Walnut Creek, California, USA

PostPosted: Mon Mar 19, 2018 8:42 pm
Reply with quote

If you really want to view ALL the Online DASD then you need to issue a command using this syntax:

d u,dasd,online,,9999

where 9999 is the number of dasd ucb addresses that you expect to have online. otherwise the default is 16 devices which is definitely NOT ALL of your dasd.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Mar 19, 2018 9:54 pm
Reply with quote

really no reason to resurrect a topic
started in 2006
with a last post in 2009
icon_wink.gif icon_cool.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 6
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Find the size of a PS file before rea... COBOL Programming 13
Search our Forums:

Back to Top