Name
mcf_st_dataset_name — Get the database handle
Synopsis
subroutine mcf_st_dataset_database_handle(dsid,handle)
integer*4 dsid
integer*4 handle
Description
mcf_st_dataset_database_handle
fetches,
for the dataset identified by dsid
, the handle of
the database containing the dataset.
Parameters
dsid (input)
Dataset identifier.
handle (output)
If completed successfully, contains the database
handle (a positive value). Otherwise, a negative value
indicating the MemCom error
number is returned.