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

3.5 cobfa_errno()

Get the last error number.

long  cobfa_errno  (
  void            /* no arguments */
);

Description

Returns the error number from the most recent API function call.

Execution Conditions

Always accessible.

Return Values

FA_ENOERR

Most recent function call executed successfully

Other than FA_ENOERR

Most recent function call failed. For details on this value, see "5.1 Error Number".