CDFAA0903N The routine failed due to conflicting settings for the parameters "model", "schema", and "all".

Explanation

You can export models to a model file by issuing an EXPORT_MODEL statement. You can use the model parameter to list models that belong to more than one schema, but only if the schema parameter is not specified and the all parameter is not explicitly set to true. This message is returned when the settings of these parameters are in conflict.

User response

Reissue the EXPORT_MODEL statement. Either specify models that all belong to the same schema, or do not specify either the schema parameter or all=true.