Author: Robert Sample
Posted: Wed Jun 01, 2016 2:01 am (GMT 5.5)
I've used it several times at a past employer. It works fine IIRC but it is not a pure incremental backup -- if the data set has changed, it will be copied / dumped in its entirety (not just changed records). I seem to recall the syntax being a little tricky -- DUMP DS(INCL(A.**) BY((DSCHA,EQ,YES)) <other options>); I'm not sure why the double parentheses were needed.
_________________
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: Wed Jun 01, 2016 2:01 am (GMT 5.5)
I've used it several times at a past employer. It works fine IIRC but it is not a pure incremental backup -- if the data set has changed, it will be copied / dumped in its entirety (not just changed records). I seem to recall the syntax being a little tricky -- DUMP DS(INCL(A.**) BY((DSCHA,EQ,YES)) <other options>); I'm not sure why the double parentheses were needed.
_________________
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