Code Comments
Programming Forum and web based access to our favorite programming groups.I had this brainstorm to convert a few of out linklibs (used in our CICS regions) from PDSs to PDSEs. I was told that the drawback to this is that the necessary space will be of the order of 2 - 3 times that of the original PDS. How accurate is that stmt? Is it an old wives tale/hogwash ? Thanks
Post Follow-up to this messageS.R.Kayara wrote: > I had this brainstorm to convert a few of out linklibs (used in our > CICS regions) from PDSs to PDSEs. > > I was told that the drawback to this is that the necessary space will > be of the order of 2 - 3 times that of the original PDS. > > How accurate is that stmt? > > Is it an old wives tale/hogwash ? > > Thanks The biggest advantage of a PDSE is that you do not have to compress it. Do you change the library contents that often? Do you need to share the library across systems? When you define it, the dataset will have to have free space - I beleive how much is under your control. I don't think I would, as I'm not sure what advantage, if any, you would receive for the additional complexity. /s/ bill turner, wb4alm -- ******* -..-..-.. *** -..-..-.. *** -..-..-.. *** -. * . ******* *** Please remove the dashes and abracadabra magic to email me. *** *** /s/ Bill Turner, Wb4alm *** ******* -..- * -... * ....- * .- * .-.. * -- **** .- -.- ******
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.