View previous topic :: View next topic
|
Author |
Message |
Vijay Cheruvu
New User
Joined: 03 Sep 2008 Posts: 3 Location: USA
|
|
|
|
I have 3000 load modules with no source code. I would like to know what shall I do if any of them needs any modification?
Thanks, |
|
Back to top |
|
|
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 2146 Location: At my coffee table
|
|
|
|
It's work, but there are free dis-assemblers out there that work fairly well...... |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello Vijay and welcome to the forums,
Try here:
www-01.ibm.com/software/awdtools/hlasm/
Keep in mind that source created from the executable is not very maintainable.
If there are some critical modules that may need modificaton n the near future, it would be a good thing to begin re-coding them. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello again,
Were these originally assembler or some other language? |
|
Back to top |
|
|
Vijay Cheruvu
New User
Joined: 03 Sep 2008 Posts: 3 Location: USA
|
|
|
|
Hi Dick,
Most of the load modules are from Cobol.
Regards, |
|
Back to top |
|
|
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 2146 Location: At my coffee table
|
|
|
|
Vijay Cheruvu wrote: |
Most of the load modules are from Cobol. |
Are you able to understand "Assembler" code? |
|
Back to top |
|
|
Bill O'Boyle
CICS Moderator
Joined: 14 Jan 2008 Posts: 2501 Location: Atlanta, Georgia, USA
|
|
Back to top |
|
|
Vijay Cheruvu
New User
Joined: 03 Sep 2008 Posts: 3 Location: USA
|
|
|
|
Dear Dick & Bill,
Thanks for the reply. I am done.
Regards, |
|
Back to top |
|
|
dharmendra_kp
New User
Joined: 10 Mar 2005 Posts: 33 Location: Lewiston
|
|
|
|
Vijay,
Please share the technique you used to convert from COBOL load modules to Assembler or COBOL source. |
|
Back to top |
|
|
S0C7
New User
Joined: 19 May 2006 Posts: 26
|
|
|
|
Vijay Cheruvu wrote: |
Dear Dick & Bill,
Thanks for the reply. I am done.
Regards, |
Vijay, Please share your findings with all of us. I got stuck up on this some time back. How do I convert the load module back into cobol source code
Eagerly awaiting your reply... |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
If 3000 load modules were involved and the work ws completed that quickly (just over a day), my guess is that a copy of the source was located. . . |
|
Back to top |
|
|
|