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

Code conversion from ASsembler to COBOL


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
haibrs

New User


Joined: 03 Jan 2007
Posts: 8
Location: Mumbai

PostPosted: Wed Jan 24, 2007 1:52 pm
Reply with quote

Hi guys,
I have to convert the Assembler programs to COBOL, if any body worked on this kind of senorio Please can you help me out providing the Guidelines or some documentation to follow up the conversion.
Please kindly send me the documents if any body has it to my personal id below:-
hibellala@crawler.com


Thanks
Bellala
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Wed Jan 24, 2007 2:54 pm
Reply with quote

Are you looking for tools? I do not know of any.
Do you know and understand assembler?
The only way to convert such that I know is to understand the logic and flow of the assembler program and write COBOL code to match.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Jan 24, 2007 4:29 pm
Reply with quote

This site claims to have done an automated conversion from assembler to cobol.
Back to top
View user's profile Send private message
haibrs

New User


Joined: 03 Jan 2007
Posts: 8
Location: Mumbai

PostPosted: Wed Jan 24, 2007 4:54 pm
Reply with quote

Hi Guys,
Yes, i am looking for Utilities/tools, Yes i know Assembler but
I am looking for some kind of documents, for converting Assembler to COBOL. some of you guys already been worked in these kind of projects.
Bitneuker,
i have seen the site but i am unable to find the information.

Please send me ur Reply's ASAP.


ur's
Bellala
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Jan 24, 2007 5:19 pm
Reply with quote

At the site look under home/technical interest/modernization/conversion & migration and scroll down.
Back to top
View user's profile Send private message
haibrs

New User


Joined: 03 Jan 2007
Posts: 8
Location: Mumbai

PostPosted: Thu Jan 25, 2007 9:35 am
Reply with quote

There is no information provided in the link and now i have to convert some Assembler Programs to COBOL. if you have any kind of document please provide or any one worked on this kind of project please provide me the guide lines.
Thanks,
Bellala
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Thu Jan 25, 2007 3:36 pm
Reply with quote

From the site:
Quote:
Other succesful automatic conversions were:

Assembler to Cobol



Don't expect a manual there or a downloadable tool. Contact them to find out more
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jan 25, 2007 7:39 pm
Reply with quote

Hello,

The "COBOL" modules that are generated by any tool are NOT good code and are not maintainable. If you find a tool you think you'd like to try have them convert a couple of your complex assembler modules and look at the generated code.

This concern was in the forum recently and several people recommended that you understand what an assembler module is doing and then re-write it in COBOL. Do not try to convert line for line.
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 -> PL/I & Assembler

 


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 run rexx code with jcl CLIST & REXX 15
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Compile rexx code with jcl CLIST & REXX 6
Search our Forums:

Back to Top