The installation procedure described in the "Installing GT.M" chapter produces the command procedures:
GTMLOGICALS.COM defines logical names required by GT.M.
GTMLOGIN.COM establishes the GT.M environment for a process.
GTMINSTALL.COM installs GT.M images.
GTMSTART.COM consists of invocations of GTMLOGICALS followed by GTMINSTALL.
GTMSTOP.COM stops all active GT.M processes and does a MUPIP RUNDOWN.
The installation session tailors the exact contents of all the files except GTMINSTALL and GTMSTOP. Review these .COM files, and make any adjustments required for your operation.
GTMCOMMANDS.CLD is a command definition file containing a specification of the MUMPS command. The install procedure places this command in the system table (if requested in the installation). If you do not place it in the system table, and decide at some later date that it should be there, issue the following command (assuming that DCLTABLES is kept in SYS$LIBRARY):
$set command /table=sys$library:dcltables
/output=sys$library:dcltables gtm$dist:gtmcommands.cld