IDC2649I   INSUFFICIENT STORAGE TO PERFORM INTERNAL SORT

Explanation

Although BLDINDEX was able to obtain a minimum amount of virtual storage to start the sort, it was less than the amount calculated to be required for the entire sort. This is based on the number of records in the base cluster statistic stored in the virtual storage access method (VSAM) catalog entry for the base cluster. Under these circumstances, BLDINDEX attempts to prepare for an external sort. The system writes this message only when proper job control for the external sort work files was not supplied.

System action

The system ends processing for this alternate index. However, BLDINDEX attempts to process any other alternate indexes specified via the OUTFILE or OUTDATASET parameter.

System programmer response

If the error recurs and the program is not in error, search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the JCL and the SYSOUT output for the job.

Programmer response

Correct the external sort work file job control, or provide enough virtual storage so that an internal sort can be performed. Submit the job again.

Source

DFSMSdfp

Module

IDCBI01