attachBlobToFile()

The system function LobLib.attachBlobToFile copies the data referenced by a variable of type BLOB into a specified file.

  LobLib.attachBlobToFile(
    blobVariable BLOB inOut,
    fileName STRING in)
blobVariable
The variable of type BLOB.
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
BLOB
EGL library LobLib

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