|
|
| Author |
Message |
vpr_118 Warnings : 1 New User
Joined: 07 Apr 2008 Posts: 45 Location: chennai
|
|
|
|
I have two libraries.
A - Changeman Lib
B - Production Lib
A - Has list of members as below
AAA05
BBB33
CCC45
The last two numbers are version numbers.
B - has list of members like
AAA04
BBB32
CCC44
I want to compare AAA05 in A to AAA04 in B. Likewise other members.
Can anyone suggest a way?
Thanks |
|
| Back to top |
|
 |
References
|
Posted: Thu May 29, 2008 12:11 pm Post subject: Re: Comparing members in two pds |
 |
|
|
 |
Moved: Thu May 29, 2008 12:17 pm by superk From CA Products to Other Mainframe Topics |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2562 Location: italy
|
|
|
|
from the naming I infer that You are using CHANGEMAN for version control...
in this case look at the CHANGEMAN docs
for plain old PDS comparison look at the ISPF compare and compare extended dialogs
in the utilities submenu ( option 3 from tha main menu ) |
|
| Back to top |
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 322 Location: work
|
|
|
|
| If not too many files, then I would just use the editor (or rather VIEW). While viewing one source, use the COMPARE command to note the changes from another program. |
|
| Back to top |
|
 |
|
|