Table space load -- Field and controls

DB2 unload format (UNLOAD)

SQL/DS unload format

RESUME NO field

RESUME YES field

DB2 unload format (UNLOAD) field

This unload format specifies that the input record format is compatible with the DB2 unload format. The DB2 unload format is the result of REORG with the UNLOAD ONLY option. Input records that were unloaded by the REORG utility are loaded into the tables from which they were unloaded. You should not add or change column specifications between the REORG UNLOAD ONLY and the LOAD FORMAT UNLOAD. DB2 reloads the records into the same tables from which they were unloaded.

SQL/DS unload format

This unload format specifies that the input record format is compatible with the SQL/DS unload format. The data type of a column in the table to be loaded must be the same as the data type of the corresponding column in the SQL/DS table. SQL/DS strings that are longer than the DB2 limit cannot be loaded.

RESUME No

RESUME YES field