Top
NetCOBOL V11.0 COBOL File Access RoutinesUser's Guide
FUJITSU Software

3.8 cobfa_openW()

The file name of Unicode (UTF-16) is specified, and open a file.

long  cobfa_openW  (
  const short  *fname,                /* filename        */
  long  openflgs,                     /* open attribute  */
  const struct fa_keylist  *keylist,  /* record key list */
  long  reclen                        /* record length   */
);

Description

The filename <fname> is specified with Unicode (UTF-16).

The function and the operation of this function are the same as cobfa_open() excluding the code of the filename. For details about the open attribute <openflgs>, record length <reclen>, and record key list <keylist>, refer to "3.7 cobfa_open()".