View previous topic :: View next topic |
Author |
Message |
oneofspace Beginner
Joined: 18 Nov 2008 Posts: 33 Topics: 14
|
Posted: Mon Jan 10, 2011 8:27 am Post subject: Regarding Retrofit |
|
|
Hi
Consider Program P is the base version of a cobol program. One person has done some changes and we got one version (A) for the program P. Another person is doing change and we got version (B) for the program P. Is there any easy way to retrofit the version B into Version A, so that all changes are in one version? |
|
Back to top |
|
|
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Mon Jan 10, 2011 10:12 am Post subject: |
|
|
For Windows operating systems there are a lot of merge tools that give you the options you are looking for. In our shop we use "beyond compare" very successfully. The prerequisit for it's use is, that you transfer the source codings to the PC, than do the merge and send the resulting source text back to the host.
regards
Christian |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Mon Jan 10, 2011 12:10 pm Post subject: Re: Regarding Retrofit |
|
|
oneofspace wrote: | Hi
Consider Program P is the base version of a cobol program. One person has done some changes and we got one version (A) for the program P. Another person is doing change and we got version (B) for the program P. Is there any easy way to retrofit the version B into Version A, so that all changes are in one version? |
Don't you have Version management software like Clear case, Endevor, Changeman ... ? _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
oneofspace Beginner
Joined: 18 Nov 2008 Posts: 33 Topics: 14
|
Posted: Mon Jan 10, 2011 11:56 pm Post subject: |
|
|
Hi Kolusu
Thanks for the reply. We have Endevor. If I we stage two versions of the program one by one, it is showing as next version. But the second version changes are not retrofitted into the first version. Is there any way to get the retrofitted version from Endevor?
Thanks!
One. |
|
Back to top |
|
|
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Tue Jan 11, 2011 4:06 am Post subject: |
|
|
Yes, there is a separately lincensed feature called "parallel development facility" or PDF, where you can code a commmand file that controls the merge process of these two versions.
We don't use it in our installation since it has an additional price tag. Working with a PC-based tool is definitly cheeper.
regards
Christian |
|
Back to top |
|
|
anbesivam Beginner
Joined: 09 Aug 2006 Posts: 66 Topics: 14
|
Posted: Tue Jan 11, 2011 9:44 am Post subject: |
|
|
You can use following option in Changeman - Primary Option Menu:
Code: | C M+R - Merge+Reconcile (formerly CDF) |
This will solve your requirements. |
|
Back to top |
|
|
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Tue Jan 11, 2011 12:19 pm Post subject: |
|
|
Quote: | You can use following option in Changeman - Primary Option Menu:
Code:
C M+R - Merge+Reconcile (formerly CDF)
This will solve your requirements. |
No it will not - he is using Expediter not Changeman.[/quote] _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
oneofspace Beginner
Joined: 18 Nov 2008 Posts: 33 Topics: 14
|
Posted: Wed Jan 12, 2011 7:01 am Post subject: |
|
|
Thanks all |
|
Back to top |
|
|
|
|