MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Can anybody explain 'CORE=MAX,VSCORET=16M'

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
sharada
Beginner


Joined: 24 Aug 2005
Posts: 32
Topics: 14
Location: Hyderabad

PostPosted: Thu Sep 14, 2006 6:39 am    Post subject: Can anybody explain 'CORE=MAX,VSCORET=16M' Reply with quote

Hi All,

I heard that by adding the code PARM='CORE=MAX,VSCORET=16M', to a SORT step the performance will get improved drastically. Do anybody know about how it works, if so please explain.

Regards,
Sharada.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12367
Topics: 75
Location: San Jose

PostPosted: Thu Sep 14, 2006 7:24 am    Post subject: Reply with quote

Sharada,

Check this

Code:

CORE is used to override the installation default for the amount of memory the sort/merge is allowed to use. To specify an amount of memory, choose one entry from each pair of braces.   
                                                                             
Note that CORE and SIZE are synonymous. Note also that memory specification may be a decimal number of bytes (CORE=n), a decimal multiple of K, where K=1024 bytes (CORE=nK), or a decimal multiple of M, where M=1048576 bytes   
(CORE=nM).                                                                   
                                                                             
For simplicity, the following describes only CORE, specified in units of nK.
                                                                             
CORE=nK                      Defines a maximum memory limit of nK below the 
                             16-megabyte line.                               
                                                                             
CORE=MAX                     Assigns to the sort/merge all the available     
                             memory above and below the 16-megabyte line.   
                                                                             
CORE=MAX-nK                  Assigns to the sort/merge all the available     
                             memory above and below the 16-megabyte line     
                             less nK bytes, which is reserved below the     
                             16-megabtye line.                               
                                                                             
Consult your systems staff for any installation-specific modifications to the handling of CORE. For example, "CORE" will be limited if a maximum memory size for SyncSort was set at installation time.                       


Hope this helps...

Cheers

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group