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.
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
/&