Data Transformation Engine Map Designer Reference Guide

Chapter 17 - Debugging a Map Trace File
Map Designer Reference Guide
260
For the Database object of an input card, the type Database is composed of
Row(s), and Row is composed of Name and Phone#.
The data for the entire input database is:
Nicole,352-2929
David,377-8098
In the trace file, there are messages for each Row and then there is a message
for the entire card object, Database.
Shown below are the trace messages that correspond to the validation of the
entire Database object:
(Level 2: Offset 0, len 6, comp 1 of 2, #1, DI 00000001:)
Data at offset 0 ('Nicole') was found to be of TYPE
X'0004' (Name Data).
(Level 2: Offset 7, len 8, comp 2 of 2, #1, DI 00000002:)
Data at offset 7 ('352-2929') was found to be of TYPE
X'0005' (Phone# Data).
(Level 1: Offset 0, len 15, comp 1 of 1, #1, DI 00000003:)
Data at offset 0 ('Nicole,352-2929') was found to be of TYPE
X'0003' (Record Data).
(Level 2: Offset 17, len 5, comp 1 of 2, #1, DI 00000004:)
Data at offset 17 ('David') was found to be of TYPE
X'0004' (Name Data).
(Level 2: Offset 23, len 8, comp 2 of 2, #1, DI 00000005:)
Data at offset 23 ('377-8098') was found to be of TYPE
X'0005' (Phone# Data).
(Level 1: Offset 17, len 14, comp 1 of 1, #2, DI 00000006:)
Data at offset 17 ('David,377-8098') was found to be of TYPE
X'0003' (Record Data).
(Level 0: Offset 0, len 33, comp 1 of 0, #1, DI 00000007:)
Data at offset 0 ('Nicole,352-2929\r') was found to be of
TYPE
X'0002' (File Data).
INPUT 1 was valid.
End of Validation messages for INPUT CARD 1.
End of Execution messages.
1
2
3
4
5
6
7