CDFAA0910N The model file could not be created because the table table-name could not be found.
Explanation
You can export models to a model file by issuing an EXPORT_MODEL statement. If there is table metadata for a table but the table itself does not exist, the model is inconsistent and therefore cannot be exported. This message is returned when one of the tables containing model data cannot be found.
User response
Use the COPY_MODEL procedure to create a copy of the model. The resulting copy will not contain the missing table, but it also will not contain the metadata for the missing table. The copy will therefore be internally consistent and able to be exported. Then, export the copy.