This is from the Utility and Command reference manual for DB2 V9 z/OS:
= = = = =
If you terminate a stopped REORG utility with the TERM UTILITY command during the SWITCH phase, the following conditions apply:
*All data sets that were renamed to their shadow copy counterparts are renamed to their original names, so that the objects remain in their original state, and you can rerun the job.
*If a problem occurs in renaming the data sets to the original names, the objects remain in RECOVER-pending status, and you cannot rerun the job.
If the SWITCH phase does not complete, the image copy that REORG created is not available for use by the RECOVER utility. If you terminate an active REORG utility during the SWITCH phase with the TERM UTILITY command, during the rename process, the renaming occurs, and the SWITCH phase completes. The image copy that REORG created is available for use by the RECOVER utility.
= = = = =
Since you are in the SWITCH phase AND the count = 0 it appears that no datasets have been renamed yet. You should be save to use the TERM UTILITY command.