Chapter 10. Utility Routines

Table of Contents

Using the Utilities
Date and Time Utilities
Conversion Utilities
Mathematic Utilities
Global Utilities
Routine Utilities
Internationalization Utilities
System Management Utilities
GT.M Utilities Summary Table

GT.M provides library utilities to perform frequently used tasks, and to access frequently used information. Most of the utilities are for GT.M programmers, but some provide tools for system administration and operation.

The GT.M utilities fall into the following general categories:

The GT.M distribution includes the source files for these utilities. The default installation compiles them to produce object modules in the GTM$DIST distribution library.

The default installation also defines the logical name GTM$ROUTINES to include GTM$DIST so the $ZROUTINES search list gives GT.M users access to both the source and object files. If you cannot locate the utilities, consult your system manager.

You may wish to examine the utilities and include some of them in your programs if the programs access the function frequently or you may want to modify the utilities to better fit your particular needs. If you modify a utility, store your copy in a directory that precedes GTM$DIST in the search list $ZROUTINES to prevent a new release of GT.M from overlaying your copy.