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

Conversion of COBOL programs to Java


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

New User


Joined: 28 Nov 2006
Posts: 1
Location: US

PostPosted: Fri Jan 12, 2007 9:04 am
Reply with quote

Hi All,

I am undertaking a new assignment of converting COBOL to JAVA programs.
Can any one who has worked on a previous conversion project help me out by suggesting some tools/methods or share their experience.

Any help highly appreciated.

Thanks for looking,
Arthi
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Fri Jan 12, 2007 10:03 pm
Reply with quote

Arthi,

I cannot fathom why anyone would want to do this. Within the confines of the COBOL language, COBOL is a far superior language than Java. Possibly, in the hands of an experienced Java programmer, the Java program could be more efficient, but the COBOL program is much more maintainable. (Unless you are looking for Job Security by being the only programmer that understands what the program does).

But for your question; I would not even attempt to ?convert? COBOL to Java, meaning looking at the COBOL code and writing Java code. Look at each COBOL program, write a detailed specification document of what the program does (something many organizations do not have), and then write your Java program from these Specs.
Back to top
View user's profile Send private message
sandeep1dimri

New User


Joined: 30 Oct 2006
Posts: 76

PostPosted: Mon Jan 15, 2007 2:43 pm
Reply with quote

Hi ,

I m agree with David.

Arthi-
As for any migration one needs to do home work before starting any coding. You can take one process and collect all inventory regarding this. For example number of programes of the process. As JAVA and cobol differ in thinking/design so you need to design corresponding object oriented approach for each cobol program.
Please plan according and keep account of all the information otherwise things will get worse as you move further.

All the Best
sandeep
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