Hi, we are working with MF visualcobol 8.0 and we want to read a big binary file.
Asking for the use of the CBL_OPEN_FILE to the IA it say that we have to use this format, baut in te MF documentation don´t presents parameter Organization
!--scriptorstartfragment-->
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
!--scriptorendfragment-->
