View previous topic :: View next topic
|
Author |
Message |
new2cobol
New User
Joined: 04 Jan 2006 Posts: 77 Location: Bangalore
|
|
|
|
The space utilised and the space remaining on the
DASD ? |
|
Back to top |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
TASID will do the job.
O. |
|
Back to top |
|
|
sril.krishy
Active User
Joined: 30 Jul 2005 Posts: 183 Location: hyderabad
|
|
|
|
The simple option is ,
Go to 3.4 option and then place your dataset ,use the option 'S' against the dataset.
Then the below kind of screen will apper.
Code: |
Data Set Information
Command ===>
Data Set Name . . . . : XXX.YYY.KKK.JCL
General Data Current Allocation
Management class . . : XXXXX Allocated tracks . : 185
Storage class . . . : XXXXX Allocated extents . : 15
Volume serial . . . : XXXX
Device type . . . . : 3390
Data class . . . . . : DCNULL Current Utilization
Organization . . . : PO Used tracks . . . . : 176
Record format . . . : FB Used extents . . . : 15
Record length . . . : 80
Block size . . . . : 3120
1st extent tracks . : 3
Secondary tracks . : 13
Data set name type : PDS
Creation date . . . : 1998/01/08 Referenced date . . : 2006/06/29
Expiration date . . : ***None***
|
You can get all the information about the dataset.
Thank you
Krishy |
|
Back to top |
|
|
graswant
New User
Joined: 29 Apr 2006 Posts: 93 Location: Singapore
|
|
|
|
Its simple...
Go to 3.4 put the HLQ and enter...when you see the list of datasets...press function key PF10 and PF11 to see the informations...
Correct me If I am worng...
Thanks. |
|
Back to top |
|
|
vikram
New User
Joined: 08 Mar 2005 Posts: 8
|
|
|
|
Hi,
Go to 3.4 option and give the Volume name and then give V on command prompt. |
|
Back to top |
|
|
vicky1373
New User
Joined: 21 Jan 2006 Posts: 7
|
|
|
|
how can we determine the space if its a VSAM file |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
Have the above replies answered your question?
Quote: |
The space utilised and the space remaining on the DASD ? |
Do you want to know how full a file is or how full a dasd device is? They are completely different questions. |
|
Back to top |
|
|
vicky1373
New User
Joined: 21 Jan 2006 Posts: 7
|
|
|
|
I wanted to check how full the file is... Whats the current utilization of the file... When I just do the ListCat on the file I see the number of extents and primary space but not the actual size of the VSAM. It will be great if you could answer it... |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
Back to top |
|
|
vicky1373
New User
Joined: 21 Jan 2006 Posts: 7
|
|
|
|
does that mean if high used RBA and high alloc RBA are equal, the file is 100% full and it cannot take anymore records in it. |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
No, it means that the current allocation of extents is used. If secondary extents have been allocated, or even additional DASD volumes, then the file will continue to grow.
Obviously if the file has reached 123 extents then unless another volume has been defined it will not accept more records. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
Back to top |
|
|
vicky1373
New User
Joined: 21 Jan 2006 Posts: 7
|
|
|
|
How can we determine how many CYL, TRKS, BLKS used for a given VSAM on knowing the high used RBA and high alloc RBA |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
Back to top |
|
|
vicky1373
New User
Joined: 21 Jan 2006 Posts: 7
|
|
|
|
Thanks for the answers - But the above link gives me the percentage... Does the High used RBA and high alloc RBA gives me the physical space in CYLS. When I do Listcat I get the Extents and Tracks. Is that the physical space used by the file?
Thanks |
|
Back to top |
|
|
|