Go to LeighWeb Home Page            

Back To LeighWeb Mainframe Utilities Page

View the module associated with this documentation

 This CLIST will convert an input number in hexadecimal format to decimal format
 and display it on the screen.  The syntax is simple and as follows :
 
 COMMAND ===> TSO HEX2DEC 345FF
 
 The output message from this example would be
 
 HEXADECIMAL NUMBER 345FF = DECIMAL NUMBER 214527
 
 Due to the limitations in TSO, the input number cannot be greater than 8
 digits.