View previous topic :: View next topic |
Author |
Message |
monaco Beginner
Joined: 20 May 2004 Posts: 77 Topics: 31
|
Posted: Wed May 26, 2004 1:46 pm Post subject: List the members of a PDS library and their size |
|
|
Hello,
we need to find the way to list all the members of a PDS library with their size.
We have been trying with: LISTDS 'library' MEMBERS. But we couldn't retrieve the size.
Is there any options to achieve it?
Thanks a lot. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Wed May 26, 2004 1:56 pm Post subject: |
|
|
You need to use ISPF services to retrieve the statistics of the members. Specifically, you will need the ISPF Library Management services.
The service you need is LMMLIST. My suggestion would be to use it with the options LMMLIST DATAID(data-id) OPTION(SAVE) STATS(YES) so that the member list is written to an output dataset. |
|
Back to top |
|
|
|
|