VERB, Utilities, Extract .CLD definitions of DCL verbs VERB is a utility that permits extraction and examination of DCL verb definitions into CLD modules. These CLD modules can then be modified and reloaded back into the command tables, if desired. This source code is derived from updates made to the Joe Meadows Jr original by Hunter Goatley and Luke Brennan. This version contains (untested, baseline) support for OpenVMS I64 (Intel Itanium), and provides source code that is compliant with HP C on OpenVMS I64, OpenVMS Alpha, and OpenVMS VAX. This version removes support for the VAX C compiler, removes all use of of the /STANDARD=VAXC compilation option, removes the cross-builds, and also removes the dependency on MMS or MMK for builds (replacing the need for these useful build tools with DCL command procedures and standard OpenVMS tools). This version was initially prototyped on HP OpenVMS Alpha V7.3-1, using C version V6.5-001. For details of the VERB command and specific capabilities, please see the provided HELP documentation (VERB.HLP and VERB.RNH). If you have the HP C compiler for OpenVMS and wish to compile and link from the provided sources, use COMPILE.COM. To link VERB from the provided object libraries, use LINK.COM.