Database Analyzer for DB2 for z/OSFast Unload for DB2 for z/OSFast Check for DB2 for z/OSFast Index for DB2 for z/OSRapid Reorg for DB2 for z/OS
Issue/Introduction
We are recently receiving failures in one of the Copy utility job, Job code is generated by CA utilities and it was suppose to have DCMULTIV instead of DCSEQ1. Looking at the data of the object the code should be using MULTIV and it doesn't happen all the time. We have to hardcode the job to change to MULTIV.
Environment
Z/OS DB2
Cause
The model you are using is not the one we deliver. It has been amended on your system. The Dataclass you get DCMULTIV or DCSEQ1 is based on the size of the object. Due to this code in your model. #SET %MAXSIZE = %CALC(%ROSYSREC * %PARTTOT) #IF(%MAXSIZE,GE,1000) DATACLAS DCMULTIV SPACE(800,600) CYL #ELSE DATACLAS DCSEQ1
Resolution
If you wish to always get a Dataclass of DCMULTIV for this job you need to change your model.