CICS® VT supports batch programs that create multiple TCBs to access VSAM files. Support is enabled by adding the following DD statement to your batch job JCL:
//VIDTCBSW DD DUMMY
Note that multiple TCB support and CICS VT subtasking are mutually exclusive. If you try to enable both at the same time, the batch job terminates abnormally.