Data Transformation Engine Design Studio Tutorial
Chapter 19 - Incrementing Output Data Files Used in this Chapter
Design Studio Tutorial
284
Icon File type Name Description
Type tree Increment.mtt Type tree describing both files of
the input data (file of header
records and file of detail records)
and the output data (file of
purchase orders).
Map source
file
Increment.mms Map source file containing the
Executable map, which creates
the output file based on the input
data in the header file and detail
file.
Files You Create or Modify for Chapter 19
The following table describes the files that you create or modify while you perform
the exercises for this chapter.
Icon File type Name Description
Compiled
map file
Executable_UsingCOUNT.mmc Compiled map file that
generates the
CountOutput.txt file.
Text file CountOutput.txt Output data file that
contains indexed
purchase orders with a
header record, multiple
detail records, and a
trailer record.
Compiled
map file
Executable_UsingLAST.mmc Compiled map file that
generates the
LastOutput.txt file.
Text file LastOutput.txt Output data file that
contains indexed
purchase orders with a
header record, multiple
detail records, and a
trailer record.