Author: Robert Sample
Posted: Fri Nov 04, 2016 6:57 pm (GMT 5.5)
This sounds like a perfect data set to convert to PDSE so you never have to compress it again.
Have you changed
to
yet and tried that?
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Posted: Fri Nov 04, 2016 6:57 pm (GMT 5.5)
This sounds like a perfect data set to convert to PDSE so you never have to compress it again.
Have you changed
Code: |
//STEP01 EXEC PGM=IEBCOPY,PARM='SIZE=64M' |
Code: |
//STEP01 EXEC PGM=IEBCOPY,PARM='SIZE=64M,WORK=64M' |
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth