Hi Friends,
I have a task to generate a Dataset report which have not released the unused space.
Recently we have seen some datasets which are though coded with RLSE parm, doesn't release the unused space which surged the storage usage.
Now, client want to see the list of DS which have not released the unused space, please suggest.
Datasets report which are NOT releasing unused space
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Datasets report which are NOT releasing unused space
The JCL Reference manual for the RLSE sub-parameter has a long list of specifications when it will or won't work. The manual also says
As far as finding the data sets, you could use DCOLLECT. You might also be able to generate a list using ISMF, if the data sets are under SMS control.
You can release space in the following additional ways other than by deleting the data set:
Partial release option in the management class
DFSMShsm space management cycle
PARTREL macro issued by an authorized program.
As far as finding the data sets, you could use DCOLLECT. You might also be able to generate a list using ISMF, if the data sets are under SMS control.
-
- Posts: 3
- Joined: Tue May 24, 2011 1:23 pm
- Skillset: Mainframe Storage Admin
- Referer: google search
Re: Datasets report which are NOT releasing unused space
Thank you, Bob.
The DS are SMS managed. Which parameters under ""DATA SET SELECTION ENTRY PANEL" do you think can be used to get the list through ISMF. I am confused here as my list should be only the one's which have not released the space.
The DS are SMS managed. Which parameters under ""DATA SET SELECTION ENTRY PANEL" do you think can be used to get the list through ISMF. I am confused here as my list should be only the one's which have not released the space.
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Datasets report which are NOT releasing unused space
You cannot know this -- period. If a data set releases space, then a later execution of a program causes the data set to allocate secondary extents, you don't know that the original request released space. All you know is that the data set has multiple extents and may (or may not) have some free space.my list should be only the one's which have not released the space.
You should be working with your site support group and the storage management group specifically on your request; we don't work at your site and hence we have no idea of the specifics, unlike your site support group. ISMF allows you to specify filter criteria on a data set list by using PF8 after entering the initial screen of data; these filter criteria include % used. You need to use the VTOC data instead of the catalog, enter the HLQ (assuming all the data sets are under a single HLQ) and enter the storage group name on the initial screen.
And, by the way, it is considered rude not to use names are provided by the responders. I am Robert, not Bob -- I have never been called "Bob".
-
- Posts: 474
- Joined: Thu Mar 10, 2016 5:03 pm
- Skillset: assembler rexx zOS ispf racf smf
- Referer: saw it in the experts foprum thought I could help here
Re: Datasets report which are NOT releasing unused space
Well, sort-of possible. The VTOC program found at CBTTAPE.ORG file 112 can show percentage of used space for datasets on one or more disks. So if you know your dataset names you could scan the report for datasets where the used percentage is lower than expected. Depending on the dataset format.
I'm sure that other utilities can provide similar info, I just find the VTOC program very handy.
I'm sure that other utilities can provide similar info, I just find the VTOC program very handy.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 23
- 7747
-
by Devrana
View the latest post
Wed Jul 27, 2022 5:30 pm
-
- 1
- 1605
-
by willy jensen
View the latest post
Fri Aug 04, 2023 12:52 pm
-
-
Continuation of report in ICETOOL
by schintala » Sat Dec 24, 2022 10:32 pm » in DFSORT/ICETOOL/ICEGENER - 7
- 2551
-
by sergeyken
View the latest post
Fri Dec 30, 2022 12:27 am
-
-
-
To get a migrated dataset report from MCDS
by maincen » Thu Aug 03, 2023 7:15 pm » in DFSORT/ICETOOL/ICEGENER - 4
- 1443
-
by sergeyken
View the latest post
Sat Aug 05, 2023 8:43 pm
-
-
- 11
- 5491
-
by Misha786
View the latest post
Wed Mar 10, 2021 11:56 pm