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

convertion of load to cobol source code


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

New User


Joined: 15 Feb 2011
Posts: 3
Location: hyderabad

PostPosted: Thu Mar 10, 2011 1:23 pm
Reply with quote

Hi

In general scenario, we compile the cobol source code and generate load. But I heard that the cobol source code can also be generated using the load. Is this true? if so please tell the process.

Many Thanks
Krishna
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Mar 10, 2011 3:35 pm
Reply with quote

www.source-recovery.com

Bill
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Mar 10, 2011 3:55 pm
Reply with quote

COBOL source code can be generated from a load module, yes. It will not be the original source code that was compiled -- since there is no way to find the variable names in the load module, nor any unused variables -- but it will be a source code.
Back to top
View user's profile Send private message
srikrishna85 Duvvuri

New User


Joined: 15 Feb 2011
Posts: 3
Location: hyderabad

PostPosted: Mon Mar 14, 2011 7:58 am
Reply with quote

Hi Bill / Robert

Many thanks for the answers. But can i get the sample process to see the source code.

regards
Krishna
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: Mon Mar 14, 2011 9:46 am
Reply with quote

Hello,

Suggest you follow the link Bill posted above and ask them directly. . .

I would also remind you that "reverse engineering" executables to source code can be illegal. . . .
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Mar 14, 2011 3:08 pm
Reply with quote

Quote:
But can i get the sample process to see the source code.
No, because I have never done this. I've seen various ads over the years for companies that sell products to build source code from load modules. Such products are not going to be cheap, and as Dick points out, depending upon which load module(s) you're attempting to convert back to source code, the process may not be legal.
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 Load new table with Old unload - DB2 DB2 6
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
Search our Forums:

Back to Top