CA FASTUNLOAD terminates with an S0C4 @ OFFSET=00006688 in module UTLFUTAZ.
Release : 20.0
Component : CA Fast Unload for DB2 for z/OS
"According to the manual about SYSTABLESPACESTATS table, it states the following about PARTITION column: The data set number within the table space. This column is used to map a data set number in a table space to its statistics. For partitioned table spaces, this value corresponds to the partition number for a single partition. For non-partitioned table spaces, this value is 0. Source:
There is an opened a PMR to IBM for this. As a workaround, please delete the line with partition 0 as following: DELETE FROM SYSIBM.SYSTABLESPACESTATS WHERE DBNAME = 'Your DB' AND NAME = 'Your TS' AND PARTITION = 0 And retry the failing job.