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

Insufficient Main Storage error in DFSORT


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

New User


Joined: 29 Dec 2006
Posts: 34
Location: INDIA

PostPosted: Thu Feb 10, 2011 4:53 pm
Reply with quote

Guys

I am getting the below error while executing the sort. I saw OPTION MOSIZE=0 can be used to overcome this. But still my sort is showing same. Please help me out.

Code:
ICE235I 0 OPTIONS: NULLOUT=RC0                             
ICE084I 0 EXCP ACCESS METHOD USED FOR IN2                   
ICE039A 1 INSUFFICIENT MAIN STORAGE - ADD AT LEAST 28K BYTES
ICE751I 1 EF-K49535 E8-K51707                               
ICE052I 0 END OF DFSORT                                     


my jcl
Code:
//STEP50R EXEC PGM=DFSORT                 
//SYSOUT   DD  SYSOUT=*                   
//*                                       
//IN1      DD  DISP=SHR,                   
//         DSN=TEST.SORT.CAS589P0.TP20KNEW
//IN2      DD  DISP=SHR,                   
//         DSN=TEST.VSAM.APC120P0.SECDETL 
//SORTOUT  DD  DISP=(NEW,CATLG,DELETE),   
//         UNIT=SYSDA,                     
//         DCB=(RECFM=FB,LRECL=253),       
//         SPACE=(253,(1250,250),RLSE),   
//         DSN=TEST.SORT.APC120P0.TP20KSEC
//DFSPARM DD *                             
 OPTION MOSIZE=0                           
/*                                         
//SYSIN    DD  *                           
 JOINKEYS F1=IN1,FIELDS=(1,5,A),SORTED     
 JOINKEYS F2=IN2,FIELDS=(1,5,A),SORTED     
 REFORMAT FIELDS=(F2:1,253)               
 SORT FIELDS=(1,5,CH,A)
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Thu Feb 10, 2011 5:29 pm
Reply with quote

What is the value of your REGION parameter in the JCL?
Back to top
View user's profile Send private message
Skolusu

Senior Member


Joined: 07 Dec 2007
Posts: 2205
Location: San Jose

PostPosted: Fri Feb 11, 2011 2:54 am
Reply with quote

ABaluchamy,

You haven't provided enough information to answer your question. please add the following to your job to get diagnostic messages:

//SORTDIAG DD DUMMY

rerun the job, and send us the JES and //SYSOUT messages offline (yaeger@us.ibm.com) or (skolusu@us.ibm.com) Please put "DFSORT" somewhere in your Subject line
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: Fri Feb 11, 2011 3:57 am
Reply with quote

Quote:
I saw OPTION MOSIZE=0 can be used to overcome this.


I don't know what you saw, but MOSIZE has nothing to do with this situation.

As Kolusu said, we need to see your complete JES log in order to help you determine why you are not giving DFSORT enough storage.
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top