Hello all
I'm running a batch job using pgm INZUTILB, (in DB2 V10/NFM)
trying to unload a table from an image copy dataset.
Problem is, it abends; U1017, which according to the manual is a failure in a sub routine (probably SORT).
I have 5 SORTWORK datasets, but they don't seem to do the trick,
//SORTWK01 DD SPACE=(CYL,(100,300),RLSE)
//SORTWK05 DD SPACE=(CYL,(100,300),RLSE)
and in the output you can (also) see 3 temporary sortworks:
IGD101I SMS ALLOCATED TO DDNAME (T001WK01)
DSN (SYS12325.T134203.RA000.P950JGNP.R0926634 )
STORCLAS (STANDARD) MGMTCLAS ( ) DATACLAS (STANDARD)
VOL SER NOS= TEM320
and the error message
ICE278I 1 2 WORK DATA SETS WERE INSUFFICIENT TO COMPLETE THIS SORT SO 1 ADDITIONAL WERE USED
Is there something new in V10, that requires new/different DD-cards for INZUTILB?
best rgds
/Jorgen