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

need of PARM='CORE=MAX' with SORT


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

New User


Joined: 20 May 2008
Posts: 8
Location: Hyderabad

PostPosted: Mon May 11, 2009 3:22 pm
Reply with quote

PS010 EXEC PGM=SORT,PARM='CORE=MAX'

what is need of PARM='CORE=MAX' in the above statement?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Mon May 11, 2009 3:31 pm
Reply with quote

What does it say in the manual about this parm value ?
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: Mon May 11, 2009 9:38 pm
Reply with quote

CORE=MAX is equivalent to SIZE=MAX which for DFSORT tells it to use storage up to the TMAXLIM or DSA value. This is DFSORT's shipped default for the SIZE installation parameter, so it isn't needed unless the default for SIZE has been overridden which is not recommended.
Back to top
View user's profile Send private message
pardhasaradhireddy

New User


Joined: 20 May 2008
Posts: 8
Location: Hyderabad

PostPosted: Fri May 15, 2009 6:23 pm
Reply with quote

use of PGM=SORT,PARM='CORE=MAX'
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 How to split large record length file... DFSORT/ICETOOL 10
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts JCL EXEC PARM data in C Java & MQSeries 2
No new posts Need to specify PARM='POSIX(ON) Java & MQSeries 4
Search our Forums:

Back to Top