MemCom Reference Manual > MemCom ftn Fortran API > Dynamic Memory Manager (DMM) > mcf_dmm_get_ident

Name

mcf_dmm_get_ident — Get DMM identifier of object

Description

mcf_dmm_get_ident returns the identifier of a dataset name residing in dynamic memory. A zero identifier is returned if name has not been found in dynamic memory.

Specification (Fortran)

subroutine mcf_dmm_get_ident(name,ident)

character*(*) name
integer*4 ident

Parameters

name

Name of dataset residing in Dynamic Memory (input). The string may not exceed the maximum dataset name length.

ident

DMM identifier associated to name (output). If name is not found, ident is set to 0.