00C9009B   

Explanation

An attempt was made to load data into a nonpartitioned table space, but the table space is full. A nonpartitioned table space can contain a maximum of 64 GB of data.

System action

The requested action is not performed.

User response

Use the -TERM UTILITY command to terminate the LOAD utility. Use ALTER TABLE SPACE to reduce the amount of free space within a page (PCTFREE attribute) and the number of free pages within the table space (FREEPAGE attribute). Then retry the load. If it is a resume load job, reorganize the table space before rerunning the load.

Problem determination

Collect the following diagnostic items:
  • Console output from the system on which the job was run, and a listing of the SYSLOG data set for the period of time that spans the failure.
  • SYSPRINT output, including JCL, for the application program or batch job, and system messages that were issued. Make sure that MSGLEVEL=(1,1) on the JOB statement so that all diagnostic information is sent to SYSPRINT.
  • Definitions of table spaces, tables, and indexes involved in the error.