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 View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top