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

Compare one pds with other and give the comparison result


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Rehana

New User


Joined: 12 Feb 2007
Posts: 13
Location: chennai

PostPosted: Tue Apr 21, 2009 2:58 pm
Reply with quote

Hi,

There are 100 members in two pds. I need to compare one pds with other and give the comparison result for each and every member individually.

For instance, if A is the member in both the PDS, the A should be compared and its results should be logged in Userid.A.Compare.

Please help me in resolving this issue.

Thanks & Regards
Rehana
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Apr 21, 2009 3:19 pm
Reply with quote

100 steps.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Apr 21, 2009 5:44 pm
Reply with quote

Hi,

If I understood correctly...Go to ISPF 3.13 and don't provide any member name on "New DS Name" and "Old DS Name"; hit enter - if you want to select specifc members - select them else select all (S *) . . .
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Apr 21, 2009 5:47 pm
Reply with quote

Anuj -- that puts the results into one file; the O/P wants each compare to be output separately.
Back to top
View user's profile Send private message
Rehana

New User


Joined: 12 Feb 2007
Posts: 13
Location: chennai

PostPosted: Wed Apr 22, 2009 3:45 pm
Reply with quote

Anuj,

Yeah i need them in a seperate output files. In 3.13 we could get the comparison result in one file only.

Can anyone help me on this.

Thanks & Regards
Rehana
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Apr 22, 2009 4:01 pm
Reply with quote

**sigh**

you can parse the foreground output file (view the output file, don't browse - option in foreground mode) and use a REXX Macro to parse the output and CREATE the separate files.

you can parse the background output file probably with DFSORT, since the title line changes for each program.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Apr 22, 2009 4:30 pm
Reply with quote

dbzTHEdinosauer wrote:
you can parse the background output file probably with DFSORT, since the title line changes for each program.
This is what I had in mind - it might take couple of iterations but should be doable and this will avoid that "100 steps constraint" as well . . .
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 -> JCL & VSAM

 


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 Compare only first records of the fil... SYNCSORT 7
No new posts first column truncated in search result IBM Tools 13
No new posts Compare two files with a key and writ... SYNCSORT 3
Search our Forums:

Back to Top