Need help on finding the size of all the datasets



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Need help on finding the size of all the datasets

Postby gopal_NKP » Wed Apr 13, 2011 11:14 am

hi,

i have to find the size of all the data sets including pds,ps,vsam, which have the given high level qualifier .

For example, there is one high level qualifier ABC0.*, and the number of data sets with this high level qualifier are 200.
i have to find the size of all these 200 data sets in kilobytes.

Please help in achieving this, if it can be.

thanks
gopal_NKP
 
Posts: 22
Joined: Fri Feb 25, 2011 11:47 am
Has thanked: 0 time
Been thanked: 0 time

Re: Need help on finding the size of all the datasets

Postby NicC » Wed Apr 13, 2011 11:41 am

Do an IDCAMS listing of the data sets then process the results
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Need help on finding the size of all the datasets

Postby enrico-sorichetti » Wed Apr 13, 2011 11:43 am

DCOLLECT, ISMF

here is the link to the bookshelf for DFSMS
http://publibz.boulder.ibm.com/cgi-bin/ ... s/DGT2BK81

here where DCOLLECT is described
z/OS V1R10.0 DFSMS Storage Administration Reference (for DFSMSdfp, DFSMSdss, DFSMShsm)
http://publibz.boulder.ibm.com/cgi-bin/ ... 0227163444

search the IBM urls for the DFSORT examples/snippets dealing with DCOLLECTed data
to save some of Your precious time her is the direct link
http://www-01.ibm.com/support/docview.w ... g3T7000081

and here is where the ISMF facilities are described
z/OS V1R10.0 DFSMS Using the Interactive Storage Management Facility
http://publibz.boulder.ibm.com/cgi-bin/ ... 0528135544
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Need help on finding the size of all the datasets

Postby mongan » Wed Apr 13, 2011 12:15 pm

How about a 3.4 List, shift to the right and you see the tracks, save the results if you want - then you can process that dataset.
User avatar
mongan
 
Posts: 211
Joined: Tue Jan 11, 2011 8:32 pm
Has thanked: 1 time
Been thanked: 5 times

Re: Need help on finding the size of all the datasets

Postby DFSHDC40 » Thu Apr 14, 2011 12:49 am

Rexx/LMDLIST with stats gets my vote
If the code hasn't been changed, why is the LKED date today?
User avatar
DFSHDC40
 
Posts: 41
Joined: Sat Oct 16, 2010 4:16 pm
Location: IMS.SDFSRESL
Has thanked: 0 time
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post