A View SARBCH Report Index Job abended with ABEND S40D - REASON CODE 10.
DUMPID=066 REQUESTED BY JOB (IBIXZ7IL)
DUMP TITLE=ABEND=40D,RC=10,COMPON=RTM2,COMPID=SCRTM,ISSUER=IEAV
TRT2,MEMTERM - UNRECOVERABLE ABEND FAILURE
IEF402I INIT FAILED IN ADDRESS SPACE 013C 475
SYSTEM ABEND S40D - REASON CODE 10
IEF402I IBIXZ7IL FAILED IN ADDRESS SPACE 013C 476
SYSTEM ABEND S40D - REASON CODE 10
$HASP310 IBIXZ7IL TERMINATED AT END OF MEMORY
$HASP310 INIT TERMINATED AT END OF MEMORY
Job JCL:
//XXXXXXXX JOB ...
//STEP1 EXEC PGM=SARBCH
//SYSUDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
/DBASE NAME=VIEW.SYSTEM1
/INDEX GEN=08799 ID='REPORT-R01' PASSWORD= SEQ=00001
Release : 14.0
Component : CA View
The problem was a matter of the system running out of storage, to do the report indexing.
The problem occurred when the client was trying to index on an account number's 16 characters, on an improperly-formatted report.
The client then indexed on 12 characters (the first 12 of the account number's full 16 characters), and was able to index the report successfully.
The client will speak with the applicaiton group, regarding the report's structure, as the current report's structure will not allow for 16-character account number indexing, with the application job abending due to running out of system storage.