Use INVALID command - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

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) Apply engine
Copyright
2024
First publish date
2000
Last edition
2024-07-30
Last publish date
2024-07-30T20:19:56.898694
IMS, VSAM and Flat files are the most common source of invalid data conditions because validation of data type, format and content is the responsibility of the source application programmer. While the best solution might be to correct the application responsible for creating the invalid data and correcting the existing invalid data in the source database, the most common solution is to simply prevent the invalid data from being propagated. The INVALID Command, changes the value of any field determined to be invalid by to one of four values or to explicitly trigger an exception which will cause the Apply Engine to terminate:
  • Null
  • Spaces
  • Zero
  • "constant" value
  • Exception

It is up to the script developer to specify the INVALID command. The INVALID command is typically added to scripts as they are tested and invalid data is identified. It is important to use data as much like production data as possible in the later stages of testing to ensure that this condition is identified prior to production implementation, the alternative is that the Engine will terminate in production at the first record containing invalid data.