dmmtoc — Print directory of DMM stack
dmmtoc prints the directory or table of
contents of the Dynamic Memory buffer, i.e a list of all dataset an
their attributes. The contents of the dataset may be examined by the
routine dmmpri.
#include "memcom.ins" subroutine dmmtoc(flag, ucode, io, status) integer flag integer*4 ucode integer*4 io integer*4 status
flagPrint flag (input). Specification of
A will list all active datasets.
U will list all active datasets of user
code ucode. S will
list all datasets.
ucodeUser identification code (input). Ignored if
flag is not equal to
U.
ioFormatted Fortranc output
unit (input). By default, the unit
MCIOOUT is addressed.
statusStatus 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.