What can cause ILU011A INSUFFICIENT STORAGE error in VISON:Builder VSE jobs?
search cancel

What can cause ILU011A INSUFFICIENT STORAGE error in VISON:Builder VSE jobs?

book

Article ID: 11462

calendar_today

Updated On:

Products

Vision:Builder

Issue/Introduction



When single step sort size is insufficient, these errors will be generated:

From the sort: ILU011A A0 INSUFFICIENT STORAGE, 40K AVAILABLE, ADD 2K, MODULES ARE NOT IN SVA

From VISION:Builder: ** MK4SI01  TYPE 5  AN ERROR HAS OCCURRED WHILE ATTEMPTING TO SORT THE REPORT FILE.   

Environment

Release: VSNBLQ00100-13.7-VISION:Builder-Interface to DB2
Component:

Resolution

The problem can be resolved at either the application or site level.

To increase the sort storage in the application, add an RP statement
with the SORTSIZE parameter and specify an adequate value:

 

         xxxxxxxxRPSORTSIZEnnnnK

xxxxxxxx is the run name that matches the RC statement

nnnn is a value 0001 to 8096. Note this will be multiplied by 1024.

To increase the storage for the site, increase the SORTSIZE parameter
in M4PARAMS using member $10ASMPR as discussed in Step 10 of the installation process
on page 40 of the release 13.7 Installation Guide: 

// JOB ASMPARMS
// OPTION NODUMP,LOG
// OPTION CATAL
PHASE mmmmmmmm,+0           <== enter the phase (module) name
// EXEC ASSEMBLY
                            <=== enter modified source here
/*
*  link edit the VISION:Builder system
*
// ASSGN  SYS001,DISK,VOL=dos003,SHR <=== enter disk volser
// DLBL bl137lb,'bldr.bl137.syslib'  <=== enter file/dataset
// EXTENT SYS001,dos003              <=== enter disk volser
*
// LIBDEF PHASE, CATALOG=bl137lb.sss <=== enter library name
*
// EXEC LNKEDT
/&