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

How to calculate the DASD space used by the members


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

New User


Joined: 20 Jan 2008
Posts: 25
Location: India

PostPosted: Tue Jan 29, 2008 10:24 pm
Reply with quote

Is there any way to calculate the DASD space used by the all member of a team, apart from Calculating Manually for each member.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Jan 30, 2008 12:28 pm
Reply with quote

It depends how you define "all member of a team", but in general - you can use the LMMSTAT service to get some info about a member.

O.
Back to top
View user's profile Send private message
itjagadesh

New User


Joined: 05 Dec 2006
Posts: 89
Location: chennai

PostPosted: Wed Jan 30, 2008 12:44 pm
Reply with quote

Hi Anurag Singh,

There will be a system generated file contains info about how much space occupied by each dataset and many information
B*.REPORT.ACCT.SUMRY.G0109V00
B*.REPORT.DASD
B*.REPORT.TSO
B*.REPORT.BATCH
Note :SYSLOC.SMF.SMFDSRPT this GDG contains info about who edited which JOB.ie)which job created,used,edited dataset and all.

In My project it starts with B5717.
Please check it.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jan 30, 2008 12:47 pm
Reply with quote

are You working in the same organization ???
( the information given is quite shop dependent )
Back to top
View user's profile Send private message
Anurag Singh

New User


Joined: 20 Jan 2008
Posts: 25
Location: India

PostPosted: Tue Feb 05, 2008 9:16 pm
Reply with quote

Could any one pleae tell hoe to use that LMMSTAT service?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Wed Feb 06, 2008 1:00 pm
Reply with quote

If you mean how much DASD space is being used by all members of a team, rather than all members of a PDS, take a look at the DFSORT smart tricks, linked to from the DFSORT forum.

I believe there is an excellent example in there.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 06, 2008 1:09 pm
Reply with quote

Just run a DCOLLECT and process the resulting dataset,
a little parsing will have to be done to split the datasets names on the high level qualifiers..
But then this should be a task that any storage support has done zillions of times
and the reports about space occupancy should readily be available to You
but in any case You might find useful info on how to process dcollect data using dfsort
starting from this link
https://www-304.ibm.com/jct01004c/systems/support/storage/software/sort/mvs/srtmdwn.html
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 how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
No new posts how to calculate SUM for VB file usin... JCL & VSAM 1
No new posts Duplicate several members of/in one l... JCL & VSAM 7
No new posts DASD - non SMS - volser change - VSAM... JCL & VSAM 2
Search our Forums:

Back to Top