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
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

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 ‘ ‘;