The MD5 function converts
a string, based on the MD5 algorithm, into a 128-bit hash value. This
hash value is referred to as a message digest (digital signature),
which is nearly unique for each string that is passed to the function.
The MD5 function does
not format its own output. You must specify a valid format (such as
hex32. or binary128.) to view readable results.
Operating Environment Information: In the
z/OS operating environment, the MD5 function produces output
in EBCDIC rather than in ASCII. Therefore, the output will differ.