Question:

converting from display hexadecimal to binary

by  |  earlier

0 LIKES UnLike

 Tags:

   Report

1 ANSWERS


  1. If the four hex characters are to be converted to two numeric digits then a MOVE statement could convert it automatically to two digits. For convert to binary it may need a PIC 1(16) data item and define the use of binary or bit fields by including an entry in the environment division possibly in special-names (if the compiler supports that data type)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.