@ HEXIFY, Utilities, Convert to or from HEX (printable ASCII) file   CKVHEX and CKVDEH   > Originally by Stuart Hecht of Stevens Institute of Technology.6 Later versions by Eric McQueen, Utah State University.  K CKVHEX is a Macro-32 program to convert any VMS file into a printable ASCII L "hex" file, suitable for transfer as a text file by Kermit, electronic mail,K or other means.  CKVDEH will convert a hex file created by CKVHEX back into 7 its original form, with all FILES-11 attributes intact.   B The current version of CKVDEH.MAR supports both 16-bit-address andL 32-bit-address format files by changing the ':' that starts each line to '<'N for 32-bit- address lines (you can also use 24-bit addresses by putting ';' onL the front of a line).  It does not require the output file to be contiguous.  K CKVHEX only creates 32-bit address lines.  Older versions of CKVHEX created L 16-bit lines.  The current version of CKVDEH should be able to decode either kind of file correctly.    To build CKVDEH, to do this:     MACRO CKVDEH
   LINK CKVDEH    To build CKVHEX:     MACRO CKVHEX
   LINK CKVHEX   G To use either of these programs, simply run it.  It will prompt you for ( any required input or output file names.   [End of CKVDEH.HLP]   