Attempting to execute Report 03 getting
SORT COMPLETION CODE: 0016
C1BR3000: E007 SORT FAILURE (SORT RETURN CODE=X'0010')
C1BR1000: E003 DATA EXTRACTION FAILED (C1BR3000 RCODE=X'0010') - PROCESSING TERMINATED
If there are additional messages indicating BLOCKSET is required, we found the culprit.
A sort override was supplied by CA back in the release 7 days but it is no longer required.
BLOCKSET is the default and must be used.
If you are using the following please remove it....
//DFSPARM DD *
OPTION NOBLKSET
/*
or remove any other sort override that contains the NOBLKSET parameter as it needs to use BLOCKSET.