SQDX024E - connect_cdc_sqdata - Latest

Connect CDC (SQData) Error Messages and Codes

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Error Messages and Codes
Copyright
2024
First publish date
2000
ft:lastEdition
2024-08-01
ft:lastPublication
2024-08-01T17:04:43.071121

FLDCHG can not be used on this input record

FLDCHG uses a field’s offset and length to access a record’s raw data stream to determine if a field has changed. For this reason, FLDCHG can only be used on record that have a deterministic offset for the data of each column, like IMS or VSAM records. Consider using the function CDCBEFORE instead. This message will only be produced if FLDCHG is trying to process an update. By definition, inserts and deletes will always return true.