Hi, we are working with MF visualcobol 8.0 for Eclipse in linux and we want to read a big binary file (.pdf , .-jpg,...) from the linux server and insert it into a sqlserver bbdd in a windows server.
The program is compilede whit openesql
Asking for the use of the CBL_OPEN_FILE to the IA it say that we have to use this sintaxis, but in te MF documentation don´t presents parameter Organization
CALL "CBL_OPEN_FILE"
USING BY VALUE 0 *> File handle (returned)
BY REFERENCE FILE-NAME *> Nombre del fichero
BY VALUE 1 *> Mode: input
BY VALUE 4 *> Organization: binary
BY VALUE 0 *> Options
RETURNING STATUS-CODE.
how must we usei it ?



