We recently had a requirement to mask a few tables in a very large DB2 database. For each table that had PII data, we masked one table at a time, masking all the rows - no subsetting or relationships were involved. The approach was to do a DB2 unload, treat the unload file as a legacy table and do a typical process of extract-convert-insert to create a masked copy of the file. The output was then used with DB2 utilities to reload the entire table.
In that process, we were able to use tape datasets up to the point of inserting the masked extract file back into another flat file for input to the DB2 load. Optim created the converted extract file on tape with no problem, but could not consume it in an insert or convert-to-load-format job. We ended up copying the >huge< files to DASD for that step and consumed enough space that we had to get our mainframe storage team involved since we needed over 360,000 cylinders for the largest file! Imagine this in your JCL:
SPACE=(CYL,(8000,5000),RLSE)
and Optim requires that it has 255 extents or fewer.
Has anyone else in the group run into this limitation, and how did you work through it? I raised a PMR and was told that tape for converted extract files is not supported. I also tried importing the file into the Optim directory unsuccessfully.
------------------------------
Regards,
Dave Lewis
------------------------------
#InfoSphereOptim#Optim