TMS END

The TMS END command is used to indicate the end of a block of transformations to be exported to a file in PMML format. The exported transformations can be merged (using TMS MERGE) with a PMML model file in order to include any transformations of the raw data required to create the variables used in the model.

TMS END
   [/PRINT RESULTS={SUMMARY**}]
                   {NONE}

** Default if the subcommand or keyword is omitted.

Release History

Release 15.0

  • Command introduced.

Example

TMS BEGIN
 /DESTINATION OUTFILE='/mydir/mytransformation.xml'.
COMPUTE mymodelvar=ln(var).
TMS END
 /PRINT RESULTS=NONE.