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
 
How the following comp3 values displayed HEX format

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

New User


Joined: 23 Mar 2005
Posts: 25

PostPosted: Tue Oct 11, 2005 9:16 am    Post subject: How the following comp3 values displayed HEX format
Reply with quote

can anybody please answer how the following comp3 values displayed in hexadecimal format

100.55
225.06
1355.00
Back to top
View user's profile Send private message
References
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 486

PostPosted: Tue Oct 11, 2005 11:50 am    Post subject: Re: How the following comp3 values displayed HEX format
Reply with quote

Hi Keerthi,

I hope the following link can give answer of your query.

http://www.ibmmainframes.com/viewtopic.php?t=1236&highlight=hex+display

Regards

Rupesh
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1526

PostPosted: Thu Oct 13, 2005 4:33 am    Post subject:
Reply with quote

Hi keerthi,

What you show are not COMP-3 values. The following can be:

10055
22506
135500

If you DISPLAY them, as in DISPLAY PD-VAL, they will look like this:

1005E
2250F
13550{ (it may be "}", I forget which). Try it and let us know.

If you wrote them to a file record and you looked at them in the rec via ISPF edit and you entered "hex" in the cmd line, they would look like this:

105
05C

256
20C

0350
150C
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