You enable CICS VT subtasking at an individual batch program level, by adding the following DD statement to your batch job JCL:
//VIDSUBSW DD DUMMY
You can disable subtasking by removing the statement.