Your row should look like:
{0, 1,' DABD3106'}
based on the field types.
The identity needs to be 0 to autoincrement. The integer doesn't need delimiting but the string does and it uses single quotes.
Also, what steps are you taking to import the data? If you're using PCC and the "Import Data", you don't need a record length. If you are using BUTIL -LOAD, you would need a length, a comma, then the "byte image" of the record. For example, the record you mention would look like:
Notice the non-printable characters. That's the 1 for the RowID and the 1 for the CatalogID.
Personally, I would suggest the Import Data option within the PCC. If it still doesn't work, post the actual error or behavior you are seeing.