For each SQL statement in a pureQueryXML file, there is an attribute called isBindable. When set to TRUE, this attribute causes the StaticBinder utility to bind SQL statements when you run that utility on a pureQueryXML file. When set to FALSE, this attribute causes the StaticBinder utility to ignore SQL statements and not to bind them.
If you must edit a pureQueryXML file outside of the workbench, in the <statementSet> tag of the statement set in which an edit occurs set the value of the configureStatus attribute to REQUIRED, like this: configureStatus="REQUIRED" Then, run the Configure utility on the file.
You can set isBindable to TRUE for a subset of the DDL statements that are in a pureQueryXML file. If you want to bind all of the DDL statements in a pureQueryXML file, you can either set isBindable to TRUE for all of those statements, or you can use the markDDLForBind option of the Configure utility.
To configure and bind DDL statements: