Define variables in the variable pool - 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
2025
First publish date
2000
ft:lastEdition
2025-03-03
ft:lastPublication
2025-03-03T15:29:41.860000

Example

Using the DECLARE command, define and initialize a numeric variable and a character variable.
-- Declare a 5 byte variable V_EMP_NUM and initialize it to zero (0)
DECLARE V_EMP_NUM 5 ‘0’;

-- Declare a 20 byte variable VAR_CHR and initialize it to spaces
DECLARE V_EMPLOYEE_LNAME 20 ‘ ‘;