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

What is diff between block merge and conventional merge


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

New User


Joined: 21 Sep 2007
Posts: 20
Location: chennai

PostPosted: Sat Sep 29, 2007 11:08 am
Reply with quote

can any one please explain wat is diff between BLOCK merge and CONVENTIONAL merge.
i read in one book that in case of block merge we can merge 100 files,but the same in case of conventional merge we can up to 16, why?
Back to top
View user's profile Send private message
krisprems

Active Member


Joined: 27 Nov 2006
Posts: 649
Location: India

PostPosted: Sat Sep 29, 2007 12:32 pm
Reply with quote

saptagiri kintali
Have a look at these reference links:
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ice1ca20/9.2.3.2?ACTION=MATCHES&REQUEST=conventional&TYPE=FUZZY&SHELF=ICE1SH20.bks&DT=20060615185603&CASE=&searchTopic=TOPIC&searchText=TEXT&searchIndex=INDEX&rank=RANK&ScrollTOP=FIRSTHIT#FIRSTHIT
Blockset Technique
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ice1ct00/2.1?ACTION=MATCHES&REQUEST=conventional&TYPE=FUZZY&SHELF=ICE1SH20.bks&DT=20031124135012&CASE=&searchTopic=TOPIC&searchText=TEXT&searchIndex=INDEX&rank=RANK&ScrollTOP=FIRSTHIT#FIRSTHIT
Back to top
View user's profile Send private message
saptagiri kintali

New User


Joined: 21 Sep 2007
Posts: 20
Location: chennai

PostPosted: Sat Sep 29, 2007 1:10 pm
Reply with quote

THANK U,
but how can i specify in my code to use blockset or conventional and which is default.
Back to top
View user's profile Send private message
krisprems

Active Member


Joined: 27 Nov 2006
Posts: 649
Location: India

PostPosted: Sat Sep 29, 2007 1:34 pm
Reply with quote

saptagiri kintali

Quote:

DFSORT uses Blockset whenever possible.
It is worth checking to see if Blockset was used for a given application; message ICE143I in the SYSOUT data set shows which technique was used. If ICE143I is not shown or shows that a technique other than Blockset was selected, resubmit the application with a SORTDIAG DD statement (unnecessary if the application already had a SORTDIAG DD statement or if your site has specified installation option DIAGSIM=YES). Additional DFSORT messages and diagnostic information are then shown, including:


ICE802I, which shows the technique used
ICE800I or error messages

ICE800I gives a code indicating why Blockset was not used. If the code is 1, one or more error messages are also shown.

As per the info from the above quote(picked from the links i provided), the DFSORT decides as to what would be the right techniques to be used, you need not force the DFSORT to select the particular technique.
Anyways, for confirmation you could wait for Frank's comments on this.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Sat Sep 29, 2007 8:18 pm
Reply with quote

Quote:
but how can i specify in my code to use blockset or conventional and which is default.


I can't add much to Krisprem's quotes from the DFSORT books. Blockset is the very much prefered technique and will be used in almost all cases. If Blockset is not used, you should check the ICE800I message to determine why and try to remove the condition that caused Blockset not to be used.

Quote:
i read in one book that in case of block merge we can merge 100 files,but the same in case of conventional merge we can up to 16, why?


Yes, that's true. Blockset is our most efficient merge technique and is normally used for merge opreations - we enhance Blockset frequently. Conventional merge is a much older, less efficient technique that normally isn't used - we do not enhance it and it is not recommended.
Back to top
View user's profile Send private message
saptagiri kintali

New User


Joined: 21 Sep 2007
Posts: 20
Location: chennai

PostPosted: Sun Sep 30, 2007 12:06 pm
Reply with quote

thank u frank,
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 Merge two VSAM KSDS files into third ... JCL & VSAM 6
This topic is locked: you cannot edit posts or make replies. Merge 2 input files based on the reco... JCL & VSAM 2
No new posts Merge 2 input files after sort SYNCSORT 14
No new posts I need a 4 lines block where substrin... DFSORT/ICETOOL 12
No new posts Merge files with a key and insert a b... DFSORT/ICETOOL 6
Search our Forums:

Back to Top