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

Conversion from MF COBOL to C


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sanfel_karan

New User


Joined: 04 Jan 2006
Posts: 4

PostPosted: Fri Dec 21, 2007 9:51 am
Reply with quote

Hi All,

I've been experiencing a great journey of learning with ibmmainframes.com. I've not posted any queries until now, but had lot of references from various forums. I THANK one and all especially the moderators and the owners for providing such a big forum of solutions and thoughts. icon_biggrin.gif

I've a requirement for our client who wants to convert their existing MF COBOL programs to C.

If there are any tools available or any procedure for such conversions, can anyone help me in this regards???

Thanks alot in anticipation.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Fri Dec 21, 2007 10:12 am
Reply with quote

Karan,
Quote:
I THANK one and all especially the moderators and the owners for providing such a big forum of solutions and thoughts

You are welcome.

Quote:
I've a requirement for our client who wants to convert their existing MF COBOL programs to C.

Google it. You will find many hits for this.
Back to top
View user's profile Send private message
priya_makkara

New User


Joined: 14 Dec 2006
Posts: 2
Location: Hyderabad

PostPosted: Fri Dec 21, 2007 11:13 am
Reply with quote

Hi ,

Can you send your requirement so that I can tell you the suggestion.

Regards
Priya.S
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Dec 21, 2007 1:35 pm
Reply with quote

Quote:
Can you send your requirement so that I can tell you the suggestion.


It looks that the main requirement was clear enough...
the main issue here is how to proceed,
have a clear vision of the function implemented in cobol and
the possibility of achieving the same in c
and ... ... ...

...the first thing that comes to mind is I/O related...
how to provide record oriented I/O consistent with the cobol approach
c as You know is stream oriented
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Dec 21, 2007 3:27 pm
Reply with quote

as enrico indicated, COBOL and C are two very different languages. I would not even try to convert the cobol to c on a program by program basis. I would analyze the processes and functions with a C (OO) perspective and create a new development plan.
Back to top
View user's profile Send private message
sanfel_karan

New User


Joined: 04 Jan 2006
Posts: 4

PostPosted: Fri Dec 21, 2007 4:13 pm
Reply with quote

Thanks for all your suggestions.

As told by everyone, our initial thought was that - we will definitely have challenges in making this conversion so generic - we will have to take it pgm by pgm and make it..but we got some lead from one of the sources that there are tools available for such conversion - but not really sure about it...

To add to it, we also have some programs running in RF (Radio frequency mode) application with screens receiving the values through RF/barcode guns and the data getting trasmitted via RF network to the main database (Oracle). We are not pretty sure as to how to approach on this...if any one has some expertise in the above sense of requirements - please help.
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 -> COBOL Programming

 


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