I need to print the contents of a troublsome<br>field at a particular manipulation point,<br>TO PAPER, and I want it in its hexidecimal<br>(packed) format.<br><br>Something like:<br><br> 01 MY-PACKED-FIELD PIC 9999 COMP-3.<br> ...<br> DISPLAY 'Content:' HEX MY-PACKED-FIELD<br><br>(if such a parameter as 'HEX' existed)<br>and if the contents of the field were<br><br> x'1B4CF35D'<br><br>the printed line would be:<br><br> Content:1B4CF35D<br><br>I am on an IBM VSE mainframe using Cobol II.<br><br>Thanks to anyone that can help me with this<br>problem.