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

ICE039A H INSUFFICIENT MAIN STORAGE - ADD AT LEAST 28K BYTES


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

New User


Joined: 05 Oct 2019
Posts: 2
Location: INDIA

PostPosted: Sun Oct 06, 2019 7:25 am
Reply with quote

Hello,

I have a SORT job as below.

Code:
//RBSTP03  EXEC PGM=SORT,REGION=0M
//SYSOUT   DD  SYSOUT=X
//SORTIN   DD  DSN=XXXX.XX.FILE1,
//             DISP=SHR
//         DD  DSN=XXXX.XX.FILE2,
//             DISP=SHR
//SORTOUT  DD  DSN=XXXX.XX.SORTOUT,
//             DISP=(,CATLG,DELETE),
//             SPACE=(CYL,(2500,20),RLSE),
//             DCB=(GDG.MODEL,RECFM=FB,BLKSIZE=0,LRECL=1100)
//SYSIN    DD  *
  SORT FIELDS=(78,2,BI,A,90,2,BI,A,116,1,BI,A,85,5,BI,A,133,1,BI,A,
             134,6,BI,A,
             94,5,BI,A,128,1,BI,A,103,7,BI,A,110,6,BI,A,2,11,BI,A)
/*

This job is failing with error ICE039A H INSUFFICIENT MAIN STORAGE - ADD AT LEAST 28K BYTES

Job Log:
Code:
ICE193I 0 ICEAM1 INVOCATION ENVIRONMENT IN EFFECT - ICEAM1 ENVIRONMENT SELECTED
ICE088I 1 OTRB2U65.RBSTP03 .        , INPUT LRECL = 1100, BLKSIZE = 27500, TYPE = FB
ICE093I 0 MAIN STORAGE = (MAX,20312294,20312294)
ICE156I 0 MAIN STORAGE ABOVE 16MB = (20234454,20234454)
ICE127I 0 OPTIONS: OVFLO=RC0 ,PAD=RC0 ,TRUNC=RC0 ,SPANINC=RC16,VLSCMP=N,SZERO=Y,RESET=Y,VSAMEMT=Y,DYNSPC=256
ICE128I 0 OPTIONS: SIZE=20312294,MAXLIM=1048576,MINLIM=450560,EQUALS=N,LIST=Y,ERET=ABEND,MSGDDN=SYSOUT
ICE129I 0 OPTIONS: VIO=N,RESDNT=ALL ,SMF=FULL ,WRKSEC=Y,OUTSEC=Y,VERIFY=N,CHALT =N,DYNALOC=(SYSDA   ,009),ABCODE=MSG
ICE130I 0 OPTIONS: RESALL=65536,RESINV=0,SVC=109 ,CHECK=Y,WRKREL=Y,OUTREL=Y,CKPT=N,COBEXIT=COB2
ICE131I 0 OPTIONS: TMAXLIM=12582912,ARESALL=0,ARESINV=0,OVERRGN=0,CINV=Y,CFW=Y,DSA=128
ICE132I 0 OPTIONS: VLSHRT=N,ZDPRINT=Y,IEXIT=N,TEXIT=N,LISTX=N,EFS=NONE    ,EXITCK=S,PARMDDN=DFSPARM ,FSZEST=N
ICE133I 0 OPTIONS: HIPRMAX=0      ,DSPSIZE=MAX ,ODMAXBF=0,SOLRF=Y,VLLONG=N,VSAMIO=N,MOSIZE=MAX
ICE235I 0 OPTIONS: NULLOUT=RC0
ICE236I 0 OPTIONS: DYNAPCT=10 ,MOWRK=Y,TUNE=STOR,EXPMAX=MAX    ,EXPOLD=50%    ,EXPRES=10%
ICE084I 0 BSAM ACCESS METHOD USED FOR SORTOUT
ICE084I 0 BSAM ACCESS METHOD USED FOR SORTIN
ICE750I 0 DC 2844270000 TC 0 CS DSVVV KSZ 47 VSZ 47
ICE752I 0 FSZ=2585700 RC  IGN=0 E  AVG=1100 0  WSP=3694218 C  DYN=22041 53216

I have tried adding Region 0M, 256M to the job card and step also but it is failing with same reason.
Can someone help is there any other way to solve this.
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1255
Location: Bamberg, Germany

PostPosted: Sun Oct 06, 2019 8:16 am
Reply with quote

Please use Code Tags to make the mess more readable. icon_rolleyes.gif

You can try to use DFSPARM (not sure if that helps)

Code:

//DFSPARM DD *
OPTION  DYNALLOC=(SYSDA,32),
        DYNAPCT=25,
        DSA=1024
/*


Other than that lookup REGIONX and MEMLIMIT JCL parms. There may be installation specific restrictions.
Back to top
View user's profile Send private message
Joerg.Findeisen

Senior Member


Joined: 15 Aug 2015
Posts: 1255
Location: Bamberg, Germany

PostPosted: Sun Oct 06, 2019 8:26 am
Reply with quote

Add HIPRMAX=OPTIMAL to the DFSPARM as well.
Back to top
View user's profile Send private message
Divya V

New User


Joined: 05 Oct 2019
Posts: 2
Location: INDIA

PostPosted: Sun Oct 06, 2019 9:46 am
Reply with quote

Hello Joerg,

Thanks for the help.
Adding DFSPARM as per your suggestion helped!!

Thank you so much.
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 CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts CICS vs LE: STORAGE option CICS 0
No new posts Insufficient Storage ABENDS & Debugging 7
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
No new posts Interviewers are surprised with my an... Mainframe Interview Questions 6
Search our Forums:

Back to Top