OFFSET_OF - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
ft:locale
en-US
Product name
Connect CDC (SQData)
ft:title
Connect CDC (SQData) Apply engine
Copyright
2026
First publish date
2000
ft:lastEdition
2026-02-05
ft:lastPublication
2026-02-05T13:03:20.682000
L1_Product_Gateway
Integrate
L2_Product_Segment
Data Integration
L3_Product_Brand
Precisely Connect
L4_Investment_Segment
Application Data Integration
L5_Product_Group
ADI - Connect
L6_Product_Name
Connect CDC

Get the position of a given field in its record.

Category

Record

Syntax
OFFSET_OF(input field)
Parameter and Description
Parameter Description
input field The name of an input field of a binary-format record, this include plain Binary datastore, IMSCDC and VSAMCDC.

Example

The function return a position, the position in the source record of the original value of the field. This position is 1-based to be used with the MID() function.

A typical use _col_val = MID(GET_RAW_RECORD(CDCIN), OFFSET_OF(CDCIN.FOO.BAR), 5)