IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Compare datasets using REXX


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sandhya rani

New User


Joined: 05 Dec 2006
Posts: 22
Location: hyderabad

PostPosted: Fri Feb 08, 2008 4:46 pm
Reply with quote

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
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Feb 08, 2008 5:00 pm
Reply with quote

What's wrong with using 3.12 under ISPF ?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Feb 08, 2008 5:21 pm
Reply with quote

Or invoking SUPERC itself from within REXX?

O.
Back to top
View user's profile Send private message
sandhya rani

New User


Joined: 05 Dec 2006
Posts: 22
Location: hyderabad

PostPosted: Fri Feb 08, 2008 5:40 pm
Reply with quote

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
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Feb 08, 2008 5:54 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
Search our Forums:

Back to Top