Name
mcf_st_dataset_close — Close a sparse-table dataset
Synopsis
subroutine mcf_st_dataset_close(dsid,status)
integer*4 dsid
integer*4 status
Description
mcf_st_dataset_close
closes a (previously
opened) sparse-table dataset identified by
dsid
.
Parameters
dsid (input)
Dataset identifier.
status (output)
Status code returned. If completed successfully, 0 is
returned. Otherwise, a negative value indicating the
MemCom error number is
returned.