View previous topic :: View next topic |
Author |
Message |
ap_mainframes Beginner
Joined: 17 Mar 2006 Posts: 5 Topics: 2
|
Posted: Fri Mar 17, 2006 11:49 pm Post subject: Comparision of two programs |
|
|
Hi,
I want to write a REXX utility such that I want to compare two programs and write the diffrences into another dataset.
Can anybody tell me how to compare the two members of a PDS to get the diffrences??
Thanks |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Sat Mar 18, 2006 12:46 am Post subject: |
|
|
Why not use SuperC (see option 3 in ISPF). It already does that. You can generate listings or delta files. |
|
Back to top |
|
 |
ap_mainframes Beginner
Joined: 17 Mar 2006 Posts: 5 Topics: 2
|
Posted: Sat Mar 18, 2006 2:34 am Post subject: |
|
|
No..the requirement is to write a REXX utility to do this.
Because this is just a part of the whole project.
So need to do this using REXX.
ap_mainframes |
|
Back to top |
|
 |
German Castillo Beginner

Joined: 23 Dec 2005 Posts: 83 Topics: 2 Location: Caracas, Venezuela
|
Posted: Sat Mar 18, 2006 5:27 am Post subject: |
|
|
Of course you can do it in Rexx, however....
Rexx is as powerfull as the 'tools' he uses
So, regarding comparisons, your choosing is between having a 'byke'-Rexx or a '747'-rexx.
As posted above you may use superC, AND use it from your Rexx, AND your end user may not even notice the use of it. Well just my $.02 _________________ Best wishes,
German Castillo |
|
Back to top |
|
 |
|
|