zOs/TX/WK996

* partitioning   * a) new segmented
                 * b) segmented -> partitioned
                 * c) add partitions
                 * d) change last partition and add new ones
****************** a) new segmented **********************************
=parts =
credb trg 0
+ ok creDb DSN.TX.GENF(WK996t0) ::f
credb src 1
+ ok creDb DSN.TX.GENF(WK996s1) ::f
manual dbx....
+ ok t dbx....
****************** b) segmented -> partitioned ******************
credb trg 1
+ ok creDb DSN.TX.GENF(WK996t1) ::f
=parts = 10 99
credb src 2
+ ok creDb DSN.TX.GENF(WK996s2) ::f
manual dbx....
+ wait dbx....
****************** c) add partitions ****************************
credb trg 2
=parts = 10 20 50 80
credb src 3
manual dbx....
****************** d) change last partition and add Parts **********
credb trg 3
=parts = 10 20 50 60 70 80
credb src 4
manual dbx....
****************** e) change last 3 partitions and add Parts **********
credb trg 4
=parts = 10 20 50 55 60 65 70 75 80 85
credb src 5
manual dbx....
****************** f) change / add several partitions *****************
credb trg 5
=parts = 10 53 54 55 60 61 62 75 80 81 85 90
* credb src 6
* manual dbx....