The system function LobLib.updateClobToFile copies the data referenced by a variable of type CLOB into a specified file. If the file exists, the function first erases the content of the file; otherwise, the function creates the file.
LobLib.updateClobToFile( clobVariable CLOB inOut, fileName STRING in)
Related concepts
Syntax diagram for EGL functions
Related reference
CLOB
EGL library LobLib