Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Hexadecimal value to displayable numeric field

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
CICS fan

New User


Joined: 03 Apr 2008
Posts: 8
Location: Gurgaon

PostPosted: Mon Sep 15, 2008 4:56 pm    Post subject: Hexadecimal value to displayable numeric field
Reply with quote

I have a field in a cobol program WS-FIELD defined as PIC X(02). The content is in hexadecimal say X'1E23'
How can I convert this value to displayable numeric field?

Thanks,Shamik.
Back to top
View user's profile Send private message
References
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 961
Location: Atlanta, GA

PostPosted: Mon Sep 15, 2008 5:22 pm    Post subject:
Reply with quote

Use REDEFINE to overly PIC S9(04) COMP and display the COMP field. Or, move the COMP file to a PIC S9(04) SIGN LEADING SEPARATE field and use it.
Back to top
View user's profile Send private message
Bill O'Boyle

Senior Member


Joined: 14 Jan 2008
Posts: 345
Location: Orlando, FL, USA

PostPosted: Mon Sep 15, 2008 5:46 pm    Post subject: Re: Hexadecimal
Reply with quote

The following method retains the converted value(s) -

http://ibmmainframes.com/viewtopic.php?p=115071&highlight=#115071

Regards,

Bill
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1