6VERB, Utilities, Extract .CLD definitions of DCL verbs@VERB is a utility that permits extraction and examination of DCLAverb definitions into CLD modules. These CLD modules can then be?modified and reloaded back into the command tables, if desired.CThis source code is derived from updates made to the Joe Meadows Jr-original by Hunter Goatley and Luke Brennan. BThis version contains (untested, baseline) support for OpenVMS I64@(Intel Itanium), and provides source code that is compliant withBHP C on OpenVMS I64, OpenVMS Alpha, and OpenVMS VAX. This versionAremoves 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 (replacingAthe need for these useful build tools with DCL command proceduresand standard OpenVMS tools). BThis version was initially prototyped on HP OpenVMS Alpha V7.3-1, using C version V6.5-001.AFor details of the VERB command and specific capabilities, please<see the provided HELP documentation (VERB.HLP and VERB.RNH).AIf you have the HP C compiler for OpenVMS and wish to compile andClink from the provided sources, use COMPILE.COM. To link VERB from,the provided object libraries, use LINK.COM.