IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

sign bit representation during natural to cobol conversion


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sandy_venkat

New User


Joined: 16 May 2007
Posts: 35
Location: India

PostPosted: Wed Jan 02, 2008 11:06 am
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
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Jan 02, 2008 12:07 pm
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
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts IBM IMU Utility for Easytrieve Code t... IBM Tools 0
No new posts Big Five Personality Test in COBOL - ... COBOL Programming 0
No new posts I wrote a Hallmark Movie Plot Generat... COBOL Programming 0
No new posts COBOL Text Adventure Engine for TK4- ... COBOL Programming 0
No new posts Cobcalc: An Algebraic Expression Eval... COBOL Programming 10
Search our Forums:


Back to Top