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

Need Syncsort Tuning Techniques Document


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

New User


Joined: 27 Apr 2009
Posts: 26
Location: addison

PostPosted: Wed Nov 25, 2009 5:55 pm
Reply with quote

Hi all,

My application uses Syncsort ver 1.3.0.2R.

I am looking to reduce run time of SORTs which involve sorting huge number of records. If there is any document which has Syncsort tuning techniques which has improved performace, please share it. I could not locate any such document in the web.

As i see in the forum, i could locate few techniques and trying to use and check the results. But any doc which involves these techniques would
be more helpful. I am not yet familiar what all can be achieved by giving
performance options.

Thanks,
Chandra mouli
Back to top
View user's profile Send private message
Alissa Margulies

SYNCSORT Support


Joined: 25 Jul 2007
Posts: 496
Location: USA

PostPosted: Tue Dec 01, 2009 4:28 am
Reply with quote

Tuning SyncSort is usually application specific. If you would like assistance tuning particular sort steps, please feel free to contact me offline at alissa.margulies@syncsort.com with the complete job listing as a text attachment. Please be sure that 'B' messages are enabled. If you are not sure if they are, you can add the following to the sort step(s) in question:

Code:
//$ORTPARM DD *
 MSG=AP,LIST,BMSG
Back to top
View user's profile Send private message
Alissa Margulies

SYNCSORT Support


Joined: 25 Jul 2007
Posts: 496
Location: USA

PostPosted: Thu Dec 03, 2009 10:01 pm
Reply with quote

If you do not have specific questions, but would simply like a general overview, you can start by reviewing the Performance Considerations in Chapter 12 of the SyncSort for z/OS 1.3 Programmer's Guide.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Dec 03, 2009 10:27 pm
Reply with quote

For variable record length files you could use HISTOGRM to see how your records are distributed. And accordingly use the L6 and L7 parameters.
Back to top
View user's profile Send private message
chandramouliravi

New User


Joined: 27 Apr 2009
Posts: 26
Location: addison

PostPosted: Sat Dec 05, 2009 1:57 pm
Reply with quote

Hi all,

Thanks all. I guess i can get starte with the information you gave me.
Thanks for your help again.

Chandramouli
Back to top
View user's profile Send private message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Sat Dec 05, 2009 6:51 pm
Reply with quote

Hi Alissa,

Quote:
Please be sure that 'B' messages are enabled

What is the use of the 'B' message and what would that do?

Thank you,
Ajay
Back to top
View user's profile Send private message
Alissa Margulies

SYNCSORT Support


Joined: 25 Jul 2007
Posts: 496
Location: USA

PostPosted: Mon Dec 07, 2009 9:57 pm
Reply with quote

'B' messages are one of the types of SyncSort messages that can be issued. The message type is determined by the character at the end of the message number.

The MSGCLAS installation option specifies the message types that should post. Type A, C, D, and I are the default. Type A messages are critical error messages, and type B, C, D, and I are informational messages.

'B' messages are helpful in tuning specific applications. If they are not enabled as an installation default, then BMSG can be specified as a runtime parameter.
Back to top
View user's profile Send private message
Ajay Baghel

Active User


Joined: 25 Apr 2007
Posts: 206
Location: Bangalore

PostPosted: Thu Dec 17, 2009 8:58 pm
Reply with quote

Thanks Alissa.
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 only first records of the fil... SYNCSORT 7
No new posts Count Records with a crietaria in a f... DFSORT/ICETOOL 5
No new posts DFSORT/SYNCSORT/ICETOOL JCL & VSAM 8
No new posts Syncsort "Y2C" Function SYNCSORT 1
No new posts Arithmetic division using Syncsort SYNCSORT 6
Search our Forums:

Back to Top