VMMDMP(3)                        REVISION 1.0                       VMMDMP(3) 

NAME
        VMMDMP - print the VMM control tables

USAGE
        ier = vmmdmp(mode)
        integer ier, vmmdmp, mode

DESCRIPTION
        VMMDMP is  an integer  function of  the VMM  (Virtual Memory  Manager)
package used to produce a listing of the VMM control tables.  This function is
useful during program development for  debuging purposes.  The information  is
printed to the stdout file.

        Note:  it is  highly recommended to consult  a specialist in order  to
decipher the information printed out by vmmdmp.

ARGUMENTS
        mode           -(input)  this  argument  is   used  to  select   which
                        information will be printed.
                        mode = 1 : print all the  memory   block table inform-
                                   ation 
                        mode = 2 : print all the slice table information 
                        mode = 4 : print all  the variable name table inform-
                                   ation 

                        The values for mode may be added: 
                        e.g.,  ier = vmmdmp(6) will print both the slice table
                        and the name table information.

AUTHORS

        J.Caveen, M. Lepine, M. Roch - RPN

NOTES
        Error codes returned by VMMDMP:  none

        Latest revision, November 1993

        See  also  vmmallc(3),  vmmatt(3),  vmmcks(3),  vmmcpk(3),  vmmcre(3),
vmmdbg(3),  vmmdiag(3),  vmm_example(1),   vmmfgt(3),  vmmget(3),   vmmhpa(3),
vmmhpd(3), vmmint(3), vmmintro(1), vmmlck(3), vmmlod(3), vmmlse(3), vmmpak(3),
vmmpwd(3), vmmrls(3),  vmmrnm(3), vmmsav(3), vmmuld(3), vmmulk(3), vmmuln(3).