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

Name

dmmcls — Close Dynamic Memory Manager

Description

dmmcls closes the DMM system and restores all tables. The DMM work space reference address is invalidated. Datasets are dumped back to their destination database if the parameter isave is set accordingly. DMM cannot be used after dmmcls has been called unless DMM is re-opened with a new call to dmmope.

Specification (F77)

subroutine dmmcls(isave, status)
integer*4 isave
integer*4 status

Parameters

isave

Dataset save flag (input), This flag is not yet active.

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.