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

How to calulate space of deleted datasets?


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
MoganaKumaran

New User


Joined: 26 Jun 2007
Posts: 20
Location: Chennai

PostPosted: Thu Apr 17, 2008 7:44 pm
Reply with quote

I just thought of doing a process improvement to my application, I found
around 4000 test datasets can be deleted. I just wrote a simple code with 2 steps, in the first step using SORT utility it adds a DELETE before each and every dataset stored in a flatfile.In my second step I used a IDCAMS
utility to delete the datasets.

Now my management need an informatin regarding the space i saved by deleting them and also its equivalnet financial value.

Could anyone please guide me to calculate the space occupied by this datasets approximately and also it s financial value.

Thanks,
Mohan
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Apr 17, 2008 7:53 pm
Reply with quote

If they are gone and you didn't already have the space saved, maybe SMF records might help......
Financial value is a subjective thing......
Your management should have mentioned its needs before the delete......
Back to top
View user's profile Send private message
MoganaKumaran

New User


Joined: 26 Jun 2007
Posts: 20
Location: Chennai

PostPosted: Thu Apr 17, 2008 8:00 pm
Reply with quote

I understand this but this is only a first phase of my process, yet I have another 5000 datasets to be deleted. Can you suggest me some information on how to calculate space occupied by a datset in MB.

Thanks ,
Mohan
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Apr 17, 2008 8:03 pm
Reply with quote

Look at their curent allocations, add them together?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Apr 17, 2008 8:06 pm
Reply with quote

I wonder wahy with such a huge number of datasets, there is not any storage accounting in place yet...

anyway for a good estimate You can start by running an
IDCAMS DCOLLECT ( which by the way it will also collect the MCDS infor )

wich will collect the exact info for all the space utilization
and theYou can start by looking at

File # 206 DCOLLECT REXX execs from Linnea Nichols
www.cbttape.org/ftp/cbt/CBT206.zip
a reasonable good tool ( must be reviewed, but a very good starting point )

or look at the dcollect dfsort samples... another way of getting spce statistics
Back to top
View user's profile Send private message
MoganaKumaran

New User


Joined: 26 Jun 2007
Posts: 20
Location: Chennai

PostPosted: Thu Apr 17, 2008 8:06 pm
Reply with quote

Thanks for your info.

If you dont mind can you give me an example for this.Also i have around 4000 datasets to be deleted , If i start to recall all of them and identify the space it s going to cost me more than deletion of them.

can u correct me if I m wrong?

Thanks in advance,
Mohan
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Apr 17, 2008 8:08 pm
Reply with quote

see my previous post....
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Apr 18, 2008 12:03 pm
Reply with quote

Mmmmmmmmmmmmm, interesting concept.

Just how much DASD space does an ML2 dataset use ?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Merging 2 datasets into one DFSORT/ICETOOL 1
No new posts Merge 2 lines based on Space from a S... DFSORT/ICETOOL 5
No new posts PL/I, VB Datasets and the RDW PL/I & Assembler 4
No new posts Allocated space calculation from DCOL... PL/I & Assembler 3
Search our Forums:

Back to Top