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
 
sign bit representation during natural to cobol conversion

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> NATURAL & MQSERIES
Author Message
sandy_venkat

New User


Joined: 16 May 2007
Posts: 27
Location: India

PostPosted: Wed Jan 02, 2008 11:06 am    Post subject: sign bit representation during natural to cobol conversion
Reply with quote

Hi,

I converted a Natural program to cobol. I am facing a situation here. The dataset length if 400.

In the 359th bit and one other bit, i am getting a F(hexa decimal value for positive) when i generate the dataset by running the natural program while i am getting a C(another hex representation for +ve) using the cobol program.

While converting from Natural to cobol do we face situations like these? Are these a problem. If so how can it be solved?

Thanks,

Sandy
Back to top
View user's profile Send private message
References
PostPosted: Wed Jan 02, 2008 11:06 am    Post subject: Re: sign bit representation during natural to cobol conversion Reply with quote

ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 1867
Location: Israel

PostPosted: Wed Jan 02, 2008 12:07 pm    Post subject:
Reply with quote

We faced that issue during NATURAL to COBOL conversion.

Since we did it using our automatic tool, we conducted the following strategy regarding the issue:
1. We removed the S from any converted COBOL variable that didn't need it (like dates, timstamps etc.).
2. When reading data that was created by NATURAL, we used a special routine that converts the F to C before processing the data.

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