Data Transformation Engine Execution Commands Reference Guide
Chapter 3 - Examples Creating Work Files in an Alternate Directory
Execution Commands Reference Guide
53
Creating Work Files in an Alternate Directory
From a Windows command line, enter:
c:\
<install_dir>
\mercnt k:\maps\invoices.mmc -AE
-
T
-
WD=c:\tmp
Option Description
k:\maps\invoices.mmc
This specifies the name of the map to be executed.
-AE
This produces an execution audit log using the
AuditLocation settings for MapAudit compiled into
the map file.
-T
This specifies that no trace information is to be
produced.
-WD=c:\tmp
This creates the work files in the c:\tmp directory
and deletes the work files after the map file is
executed.
Executing Multiple Maps from a Single Command
From a Windows command line, enter:
mercnt mymap.mmc -R2 –D1949 flatfile.mmc -F –Y10:2
Option Description
mymap.mmc
This specifies the name of the first map to be
executed, mymap.mmc.
-R2
This causes the server display to be updated two
times per second.
-D1949
This option specifies that dates without a century
value should be converted. Years between 00 and 49
are interpreted as 20xx and years between 50 and 99
are interpreted as 19xx.
flatfile.mmc
This option specifies the name of another map to be
executed, flatfile.mmc. When flatfile.mmc is
executed, it uses the default options, not the options