Generate the SQL script

Before using this function, the properties associated with the model should be reviewed. Open the FTM model in the Modeling perspective. Select the model, right-click and select the Properties1 option. The following window is opened. Select the FTM Configuration Data Properties entry. These properties are stored in a properties file (resources/File.properties) in the same project as the model. If a model is transferred to another workspace, these properties will not need to be setup again, but it's enough to transfer the properties file.
ConfigdataProperty
To generate the configuration data SQL script, select the top level model node and right-click its name. Select FTM > Generate Config Data SQL.
displaygenerateConfigdataSQL
The complete model is validated and errors or warnings are displayed before generating the SQL script.

If the DB2® Command Line Processor is used to process the generated scripts on the Windows operating system, the Unicode characters in the scripts are not properly recognized unless the value of the DB2CODEPAGE variable has been set to 1208. To do this, issue the following command: db2set DB2CODEPAGE=1208

1 In Rational® Software Architect V8 this has been renamed to *File Properties.