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

Comparing very large datasets with about 20 million records


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
morpheus007

New User


Joined: 27 Dec 2005
Posts: 58

PostPosted: Fri Mar 16, 2007 9:56 am
Reply with quote

We have a requirement to compare 2 very large flat files with about 20 million records in each.If I use the 3.13 TSO standard compare option would there be any problems.Is 3.13 equipped to handle large files.
Kindly let me know.
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Fri Mar 16, 2007 10:00 am
Reply with quote

Hi There,

You can run dfsort for this.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Fri Mar 16, 2007 10:02 am
Reply with quote

Or use filemaster/fileaid compare option (in batch mode).
Back to top
View user's profile Send private message
morpheus007

New User


Joined: 27 Dec 2005
Posts: 58

PostPosted: Fri Mar 16, 2007 10:07 am
Reply with quote

Thanks for both the responses.

I do see a compare option in our File handling tool.I will try that out.

With regards to the SORT we use Syncsort.Kindly let me know if there is any Sort card for Syncsort that could be used in this case.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Fri Mar 16, 2007 10:22 am
Reply with quote

You have a similar post at the link -


ibmmainframes.com/viewtopic.php?t=138&highlight=trick
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Fri Mar 16, 2007 10:25 am
Reply with quote

Hi There,

Please check out this post to find match & unmatch record using syncsort

ibmmainframes.com/viewtopic.php?t=15955&highlight=
Back to top
View user's profile Send private message
raak

Active User


Joined: 23 May 2006
Posts: 166
Location: chennai

PostPosted: Fri Mar 16, 2007 3:10 pm
Reply with quote

hey

If u have COMPAREX in ur shop, u can use that also to compare

Tru this...

//COMPARE EXEC PGM=COMPAREX
//SYSPRINT DD SYSOUT=Q
//OUTPUTDD OUTPUT PRMODE=PAGE,PAGEDEF=ONEUPO,FORMDEF=ONEUPO
//SYSUT1 DD DSN=TEST.PS.FILE1,
// DISP=SHR
//SYSUT2 DD DSN=TEST.PS.FILE2,
// DISP=SHR
//SYSIN DD *
CONTINUE
FORMAT=16
DASH=C'-'
CASE=MIXED
/*
Back to top
View user's profile Send private message
Phrzby Phil

Senior Member


Joined: 31 Oct 2006
Posts: 1042
Location: Richmond, Virginia

PostPosted: Fri Mar 16, 2007 5:22 pm
Reply with quote

3.13 has a batch option.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Join multiple records using splice DFSORT/ICETOOL 5
Search our Forums:

Back to Top