TMS IMPORT

TMS IMPORT converts transformations contained in an XML file created by ADP into command syntax and applies the converted transformations to the active dataset or saves them to a syntax file.

TMS IMPORT
  /INFILE TRANSFORMATIONS='filespec' 
     [MODE={FORWARD**(ROLES={UPDATE**})        }]
                            {LEAVE   }
           {BACK(PREDICTED=fieldname
                 SUFFIX={'_backtransformed'}
                        {suffixname        }  )}
  [/SAVE TRANSFORMED={YES**}]
                     {NO   }
  [/OUTFILE SYNTAX='filespec'].

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 18

  • Command introduced.

Example

TMS IMPORT
  /INFILE TRANSFORMATIONS='file.xml'.