The system function LobLib.setClobFromStringAtPosition copies a string into the memory area referenced by a variable of type CLOB, starting at a specified position in the memory area.
LobLib.setClobFromStringAtPosition( clobVariable CLOB inOut, pos BIGINT in str STRING in)
Related concepts
Syntax diagram for EGL functions
Related reference
CLOB
EGL library LobLib