View previous topic :: View next topic |
Author |
Message |
MFBaba Beginner

Joined: 24 Nov 2004 Posts: 8 Topics: 4
|
Posted: Thu Apr 07, 2005 1:07 am Post subject: Tool to help in Merging COBOL modules |
|
|
Hi All,
Does any one know about a good tool/utility that will help in merging/retrofitting two COBOL modules?
Thanks |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Apr 07, 2005 4:02 am Post subject: |
|
|
The ISPF editor's built in compare command may help, but it has issues with COBOL numbering. The work around is a simple edit macro which I can supply if that is what you are looking for. Try it on either unnumbered cobol members or some other file type and see if it is what you are looking for. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Apr 07, 2005 5:48 am Post subject: |
|
|
MFBaba,
Can you explain me as to what you meant by merging/retrofitting two COBOL modules?
Do you want to club 2 programs as a single program? why do you want to do that?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
MFBaba Beginner

Joined: 24 Nov 2004 Posts: 8 Topics: 4
|
Posted: Thu May 05, 2005 8:06 am Post subject: |
|
|
Kolusu,
Here is what I want to do:
We have three versions of a module -
1. The Base version
2. Another version which is having customer number 1 specific changes,fixes,etc. on top of the base version.
3. The third version having customer number 2 specific changes, fixes, etc. on top of the base version.
Now we want to merge all these three versions to have an upgraded base version with fixes, changes from both the customer specific modules. We have the changes, fixes in the customer specific modules tagged with a six character identifier in the first six columns.
Currently we are using tools like Beyond Compare to compare two versions and do the merge. |
|
Back to top |
|
 |
dneufarth Beginner
Joined: 05 Apr 2005 Posts: 11 Topics: 0
|
|
Back to top |
|
 |
haatvedt Beginner
Joined: 14 Nov 2003 Posts: 66 Topics: 0 Location: St Cloud, Minnesota USA
|
Posted: Fri May 20, 2005 5:36 pm Post subject: |
|
|
I would suggest that you check your source code management system. We use Endevor and it has a component called Parallel Development Manager which does exactly what you are looking for.
I use it frequently to do exactly what you are attempting to do.
chuck h. _________________ Chuck Haatvedt
email --> clastnameatcharterdotnet
(replace lastname, at, dot with appropriate
characters) |
|
Back to top |
|
 |
|
|