Dear friends
I want to copy a member to a PDS but it hasn't enough space to copy. How I can increase PDS size to copy more members in it? Which utility or JCL needed to do this.
(Note: I compressed this PDS but it doesn't have enough space yet.)
If this were my situation, i would allocate a new pds with more directory blocks and considerable more space.(Note: I compressed this PDS but it doesn't have enough space yet.)
Of course, IBM does not bother to tell you about these "advantages."
Huh?? If PDSE uses more I/O and CPU - and it does, how can it be faster???jhalley wrote:... Yes, PDSE can require more "overhead" but are faster and can require less DASD with careful use of the 123 available extents. ...
Many PDS data sets are basically static. In my opinion, these data sets should not be PDSE. PDS data sets that do require substantial maintenance efforts because they are not especially static probably should be PDSE.jhalley wrote:... In the environment about which I spoke, service level requirements did not allow the continued use of PDS. We were also being pushed by software vendors who warned that their products would not perform well in our high volume environment unless we converted to PDSE. ...
Huh?? Searching PDS directory is basically a serial search. Once the directory entry is located, since the directory entry contains the address of the member, the member is accessed directly. IBM claims a PDSE directory search is more efficient. Since IBM refuses to disclose PDSE formats, you have to take them at their word. What data is available does not backup that IBMs word.jhalley wrote:PDSE is "faster" because members are accessed dynamically instead of through a sequential search. Information about this can be found in IBM manuals.
There is a separate directory. It's just scattered through the data set. Since a PDSE can expand somewhat more freely than a PDS, I suppose one can be lazier about the primary allocation. Many data set extents slows processing because it increases CPU usage for each I/O. Period. End of story.jhalley wrote:... Having 123 extents and no separate directory means that a PDSE can be allocated with relatively few extents unlike a PDS where you must be much more careful to allocate it with adequate primary space due to its 16 extent limit and especially with adequate directory space.
I do not have the sense PDSE dominates PDS type storage in most shops. PDSEs poor performance as measured and hoggy storage requirements keep its usage relatively low.jhalley wrote:... I find this discussion rather odd since I thought using PDSE became a "nonissue" many years ago. But then, I was not working in an invironment where DASD was in short supply.