[ -dbset name ] login password schema_name begin_rev end_rev [record_type_to_rename ] "schema_pathname"
The cqload exportintegration subcommand exports specific versions of a schema to use to modify another schema. Subsequently use the cqload importintegration subcommand to import this data into another schema. The exporting and importing schemas should use similar record types.
cqload exportintegration -dbset 2003.06.00 admin "" Enterprise 5 5 "" "c:\tmp\export.txt"
cqload exportintegration -dbset 2003.06.00 admin "" Enterprise 5 8 "" "c:\tmp\export.txt"
cqload exportintegration -dbset 2003.06.00 admin "" Enterprise 5 5 ChangeRequest "c:\temp\scriptchanges.txt"