Skip to main content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

TRACE

Displays a message in the Talend Change Data Capture log.

This displays a string in the log.

The AS/400 IBMi log is the message queue : DD_USRDATA/DDMSGQ

The Windows log is the text file : data\ddmsgq.ddm

TRACE b.Field1/Constant 

It sends the contents of a constant or a field (limited to 100 characters) as a message in the Talend Change Data Capture log.

IF I.CODE <> ‘A’ Then
    TRACE ‘ERROR IN TRANSFORMATION’ 
    GOTO *SKIP
  EndIf
TRACE b.Field1/Constante 

 

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!