from within GTM, use the command:
GTM>do ^GDE
$ mumps -r GDE
GDE displays informational messages like the following, and then the GDE> prompt:
%GDE-I-LOADGD, loading Global Directory file /prod/mumps.gld %GDE-I-VERIFY, Verification OK GDE>
If this does not work, contact your system manager to investigate setup and file access issues.
![]() | Note |
---|---|
Even when invoked from within GT.M, GDE always uses the gtmgbldir environment variable to identify its target |
This section lists the parameters that apply to defining each component of a mapping.
GDE automatically converts region names to uppercase, and uses DEFAULT for the default region name.
To complete this procedure, you must have already opened a Global Directory.
ADD a new global variable name.
GDE> add -name cus -region=cusreg
ADD region cusreg, if it does not exist.
GDE> add -region cusreg -dynamic=cusseg
ADD segment cusreg, if it does not exist, and link it to a file.
GDE> add -segment cusseg -file=cus.dat
This creates the segment cusseg and connects it to the file cus.dat.
To review the information you have added to the Global Directory, use the SHOW command.
To perform a consistency check of the configuration, use the VERIFY command.