Name
mcf_st_dataset_name — Get the name of a sparse-table dataset
Synopsis
subroutine mcf_st_dataset_name(dsid,name,status)
integer*4 dsid
character*(*) name
integer*4 status
Description
mcf_st_dataset_name
fetches, for the
dataset identified by dsid
, the name of that
dataset.
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.