updateClobToFile()

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)
clobVariable
The variable of type CLOB.
fileName
The name of the file. The name is fully qualified or is relative to the directory from which the program is invoked.

Related reference
CLOB
EGL library LobLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.