dmmrid — Delete dataset
dmmrid
removes a dataset identified by
ident
from the Dynamic Memory buffer. The space
left free by the dataset is released to the system and will
eventually be re-allocated to new entries. The operation is carried
out irrespective of the user code flag. To delete an dataset with a
specific user code make a call to
dmmdel
.
ident
DMM identifier of dataset to be removed (input).
status
Status code returned (output). A value of 0 indicates normal completion of the operation. A negative value indicates an error. A positive value indicates a warning. See MemCom error codes.