mcf_dmm_create_set — Create dataset in DMM and on database
subroutine mcf_dmm_create_set(handle,name,type,
size,ident,status)
integer*4 handle
character*(*) name
character*4 type
mcf_size size
integer*4 ident
integer*4 statusmcf_dmm_create_set creates a dataset on
the database handle and in the DMM buffer. The content of the set
remains undefined.
handleHandle of database file to which the dataset is to be written (input).
nameName of dataset to be written to the database file (input). The string may not exceed the maximum dataset name length.
typeDataset type associated to ident
(input). The character buffer must be dimensioned to 4
characters at least. type will be one of I,
J, E, C, F, Z. The type is always defined!
sizeNumber of data elements to be written (input).
identDMM identifier returned by the function (output). In case of an error ident remains undefined.
statusStatus 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.