DCL:MISC£±:HEXLIB: Processing Hexadecimal Constants: Explanation of Subroutines
Converts a bit pattern into a character string expressed in hexadecimal.
CALL HEXDIC(IP,CP)
IP (I) An argument of 1 word length that determines the bit pattern. CP (C*(*)) A character-type argument that returns the character string expressed in hexadecimal as a combination of '0'- '9', 'A', 'B', 'C', 'D', 'E', and 'F'.