When a PFL job was ran after upgrade the CA-DB2 tools from R15.0 to R19.0, the job was failed with the following messages.
PFL0042E - Allocation failed for HR1V3.DSNDBC.BRG09V.SRG09V.I0001.A001
PFL0206E - FASTLOAD application did not complete successfully
PFL0207E - T_Space Task ECB: X'00000008' Return Code: X'00000010'
DEFINE CLUSTER (NAME(HR1V3.DSNDBC.BRG09V.SRG09V.I0001.A001
MANAGEMENTCLASS(MCDB24 ) -
STORAGECLASS(SCBASE ) -
LINEAR REUSE SPEED SHAREOPTIONS(3 3) ) -
DATA (NAME(HR1V3.DSNDBD.BRG09V.SRG09V.I0001.A001 ) -
KILOBYTES(000001576,000000476) -
CONTROLINTERVALSIZE(000004096) -
VOLUMES(* ))
IGD01008I E-SC03 YOU SPECIFIED STORCLAS(SCBASE) IS NOT ALLOWED
IGD01001I DATA SET ALLOCATION REQUEST FAILED -
ACS STORCLAS ROUTINE RETURN CODE 8 REASON CODE 100
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12
It seems that the error occurred when the table space was reallocated because the "RESUME NO REPLACE" was specified.
The FASTLOAD statement was as follows.
FASTLOAD
INPUT-FORMAT SEQ
UNLOAD-ACCESS RO
STARTUP-ACCESS FORCE
OUTPUT-CONTROL BUILD
IO-BUFFERS 34
RECLUSTER NO SORT-CLINDX
MAXTASKS 5
RESUME NO REPLACE
INTO TABLE RAA1.TRG09V
How should he do?
Release : 19.0
Component : CA Fast Load for DB2 for z/OS
CA Database Management Solutions for DB2 for z/OS (PUT) may fail to allocate a VSAM data set because user ACS routine processing can fail when SMS class(es) in the DEFINE CLUSTER command of IDCAMS are specified.
"SMS-*CLASS" parameters were previously deprecated. These allowed suppression of the corresponding "*CLASS" parameters in the DEFINE CLUSTER command.
SO09222 was created for this problem.
This PTF will reinstate the previous "*CLASS" parameter processing.