MemCom Reference Manual > MemCom (Old) Fortran77 API > The Dynamic Memory Manager (DMM) > dmmcle

Name

dmmcle — Clear dynamic memory

Description

dmmcle clears (removes) all dataset in the DMM. If the user code is set to 0 all dataset are removed (see below). To remove a dataset by specifying the identifier, make use of dmmrid.

Specification (F77)

subroutine dmmcle(ucode, status)
integer*4 ucode
integer*4 status

Parameters

ucode

User code (input). If ucode is set to 0 all dataset will be removed. If ucode is > 0 all dataset with user code ucode are removed (see dmmalu and dmmauc for defining the user code).

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.