mcf_db_save — Save database file (Fortran API)
mcf_db_save(handle,status) integer*4 handle integer*4 status
mcf_db_save
saves the current state of
the database file identified by handle
. The
database file remains open.
handle
Handle of database file to be saved (input). The string may not exceed the maximum dataset name length.
status
Status code returned (output). Upon successful completion of the operation, the status value 0 is returned. A negative value is returned, if an error has been detected. A positive value is returned, if a warning has been issued.