The load job also creates two tables in the target database that contain information about records that passed the conversion but that the database server rejected. The tables are named tablename_vio and tablename_dia, where tablename is the name of the table being loaded.
Viewing the violations table lets you browse through records that passed the filter and conversion but that the database server rejected. The HPL writes these records into the violations table (tablename_vio). The data in the violations table has the same format as the database table.
The IBM Informix: Guide to SQL Syntax discusses in detail the information found in the violations table.
The Violations Table Browser window appears, as Figure 120 shows.
Figure 121 shows the first record of a violations table.