What could be the reason why the post processing job SSID0001 "Create Required DB2 Objects" fail by
.SYNC 180 'UNLOAD TABLE PTI.PDT_DYNAMREQ_180'
.AUTH authid
.ALLOC FI(SYSCTL00) DUMMY
.ALLOC FI(SYSREC00) +
DA('RWKW.D0GW.PTDB.TID1109.D0GW.RDATA') +
LABEL(1,SL) +
UNIT(CART) +
RETAIN +
NEW CATALOG
IKJ56241I DATA SET RWKW.D0GW.PTDB.TID1109.D0GW.RDATA NOT ALLOCATED+
IKJ56241I SPECIFIED UNIT IS UNDEFINED
Release: R20
Component: INS
Invalid UNIT for the current site is generated in the allocation statement.
Model ID ===> @DEFAULT
Model Creator ===> MODELDBA
Control of the dataset allocations are difficult because so much is done dynamically that you cannot see in the ssidDDL member for the SNAPSHOT process.
The SNAPSHOT process dynamic allocation process uses model RMMODTXC (Broadcom utilities) or RMMODTXI (IBM utilities). These models can be found in SRC library CDBASRC. The tape unit is hardcoded as CART.
Customization of the TAPE UNIT of CART is difficult with this configuration. We not to recommend editing the RMMODTXC / RMMODTXI members.