|
|
| Author |
Message |
sandhya rani
New User
Joined: 05 Dec 2006 Posts: 17 Location: hyderabad
|
|
|
|
| Can anyone let me know how do I design a rexx, wherein I ask the user to enter the datasets to be compared (more than one). Then I need to compare the given datasets and need to display the results. |
|
| Back to top |
|
 |
References
|
Posted: Fri Feb 08, 2008 4:46 pm Post subject: Re: Compare datasets using REXX |
 |
|
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2551 Location: Brussels once more ...
|
|
|
|
| What's wrong with using 3.12 under ISPF ? |
|
| Back to top |
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1812 Location: Israel
|
|
|
|
Or invoking SUPERC itself from within REXX?
O. |
|
| Back to top |
|
 |
sandhya rani
New User
Joined: 05 Dec 2006 Posts: 17 Location: hyderabad
|
|
|
|
| expat wrote: |
| What's wrong with using 3.12 under ISPF ? |
using 3.12 i can compare only one pair of datasets.
I am doing regression testing and I need to compare the output datasets of job that is run using old load and new load. I need to campare more then twenty set of datasets so I just wanted to design tool where in a panel I ask the user to eneter dataset to be compared like old dataset and new dataset and the results. |
|
| Back to top |
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1812 Location: Israel
|
|
|
|
Sandhya Rani -
3.12 is actually foreground execution of SUPERC. You can do the same in background, concatenating multiple datasets to NEWDD/OLDDD.
O. |
|
| Back to top |
|
 |
|
|