TMS MERGE

The TMS MERGE command is used to merge a PMML file containing transformations with a PMML model file containing variables whose derivations are expressed by those transformations.

TMS MERGE
   /DESTINATION OUTFILE=’file specification’
   /TRANSFORMATIONS INFILE=’file specification’
   /MODEL INFILE=’file specification’
   [/PRINT RESULTS={SUMMARY**}]
                   {NONE}

** Default if the subcommand or keyword is omitted.

This command takes effect immediately. It does not read the active dataset or execute pending transformations. See the topic Command Order for more information.

Release History

Release 15.0

  • Command introduced.

Example

TMS MERGE
   /DESTINATION OUTFILE=’/mydir/mymergedmodel.xml’
   /TRANSFORMATIONS INFILE=’/mydir/mytransformations.xml’
   /MODEL INFILE=’/mydir/mymodel.xml’.