Fast Unload for Db2 for z/OS (PFU) execution unloading from an image copy where the
original tablespace was dropped.
Provided the INDDL file with the original table structure to unload data but encountering
the following message:
FASTUNLOAD
DDLDDN INDDL
.
.
SELECT * FROM creator.tablename OBID nn;
PFU0222I - CORRUPT ROW ENCOUNTERED AT
- PAGE: X'000000nn' ROW: X'0n' OBID: X'00nn'
Validate that the table DDL input to PFU is correct in all aspects as to the column type, column length, and column attributes.
The problem was discovered that the DDL as input to the PFU execution did not specify the NOT NULL clause for a column.