|
|
| Author |
Message |
kulreshma
New User
Joined: 11 May 2007 Posts: 4 Location: Mumbai
|
|
|
|
I have a PDS and need to find the size of all the members in that PDS.
it doesnt show any value in the size coloum in =3;4. Please advice |
|
| Back to top |
|
 |
References
|
Posted: Fri May 16, 2008 11:47 am Post subject: Re: Need to find the size of a member in a PDS |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2647 Location: italy
|
|
| Back to top |
|
 |
Phrzby Phil
Senior Member
Joined: 31 Oct 2006 Posts: 498 Location: Richmond, Virginia
|
|
|
|
From 3.4, when I Browse a PDS, I get a screen with the member sizes:
| Code: |
BROWSE HLQ.JCL Row 00001 of 00073
Command ===> Scroll ===> HALF
Name Prompt Size Created Changed ID
_________ CHKDIG 68 2006/08/31 2007/02/13 11:33:39 userid
_________ CNVXLS 31 2006/09/01 2007/03/29 09:20:41 userid |
|
|
| Back to top |
|
 |
Craq Giegerich
Senior Member
Joined: 19 May 2007 Posts: 981 Location: Virginia, USA
|
|
|
|
| Try =3.1 instead of 3.4 |
|
| Back to top |
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1489 Location: germany
|
|
|
|
pds member statistics are not automatic unless the service which creates the new member, updates the member statistics.
so as not to p*** everybody off,
copy the pds to your own (allocated for this purpose) pds, (ISPF menu option 3.3)
- within 3.3 COPY/MOVE you are given the opportunity to provide DCB parms for unallocated files.
use ISPF menu option 3.5 to 'RESET' all the member statistics.
problem is, to access pds member statistics, they have to be there, and to create the stats means slapping your userid on every member of the pds. fine for private pds's.
I think the ISPF editor PROFILE has something about pds member statistics. That way you can insure that a shared-development-pds always has stats and USERID's. |
|
| Back to top |
|
 |
Moved: Fri May 16, 2008 10:01 pm by William Thompson From Mainframe COBOL to TSO/ISPF |
|
|