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

Compare VSAM files using DFSORT


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pshongal

New User


Joined: 14 Jun 2012
Posts: 96
Location: India

PostPosted: Thu Nov 23, 2017 10:24 am
Reply with quote

Hi,
I have 2 files to be compared each having around 50MM records.

When I do this comparison on flat files, DFSORT takes less time, but when I do this using VSAM files, it takes more time.

I tested in test region with some 400K records (max record length=1450).

Both are variable length files.

Flat file comparison took 0.9 seconds
VSAM file comparison took 9.4 second.

Is there a way I can optimize this?
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Thu Nov 23, 2017 4:09 pm
Reply with quote

Try using data sets rather than files. And why not try unloading the data sets and comparing the unloads? And those times - are they CPU or wall?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Nov 23, 2017 4:19 pm
Reply with quote

it is common knowlege that VSAM processing is heavier than PS processing

Quote:
... why not try unloading the data sets and comparing the unloads?
And those times - are they CPU or wall?


why read twice the input data ( repro + compare )
apart the extra disk space
Back to top
View user's profile Send private message
pshongal

New User


Joined: 14 Jun 2012
Posts: 96
Location: India

PostPosted: Thu Nov 23, 2017 6:44 pm
Reply with quote

As Nic mentioned, I have already tried by unloading VSAM and then compare. It works little better but not a huge impact because its double operation as Enrico mentioned
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Thu Nov 23, 2017 6:53 pm
Reply with quote

In my opinion, Mr. Sorichetti's first sentence should read, "It is common knowledge that sequential VSAM processing requires more CPU time than an equivalent non-VSAM sequential data set."

In addition, you have to unload each data set (s-l-o-w) before the compare (much quicker). You really haven't gained anything!
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Nov 23, 2017 7:06 pm
Reply with quote

I stand corrected...
if it is the same for You I would prefer to sit corrected, it is more comfortable icon_wink.gif
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
Search our Forums:

Back to Top