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

4.1.3 struct fa_dictinfo

Information about an opened indexed file.

For the cobfa_indexinfo() function, information on the opened indexed file can be returned with the struct fa_dictinfo type. For details, see "3.6 cobfa_indexinfo()".

Values to be set for the struct fa_dictinfo type members used to acquire indexed file information are explained below.

struct  fa_dictinfo  {
  long  di_nkeys;        /* number of keys defined          */
  long  di_recsize;      /* max or fixed data record size   */
  long  di_idxsize;      /* size of indexes                 */
  long  di_flags;        /* other flags (fixed or variable) */
};