nerdexam
IBM

000-349 · Question #9

000-349 Question #9: Real Exam Question with Answer & Explanation

The correct answer is D. Define component 1 of File differently, or more specifically.. The L201 warning means the parser cannot distinguish between multiple instances of COMPONENT 1 in the type definition, requiring a more specific or different component definition to resolve the ambiguity.

Question

The Analyze Tree results contain the message: L201 Different data objects of COMPONENT 1 are not distinguishable in TYPE file Data (warning) What action do you need to take?

Options

  • AAdd delimiters to the File group.
  • BAdd a Terminator to the File group.
  • CWrite a map designed to help you identify the bad data.
  • DDefine component 1 of File differently, or more specifically.

Explanation

The L201 warning means the parser cannot distinguish between multiple instances of COMPONENT 1 in the type definition, requiring a more specific or different component definition to resolve the ambiguity.

Common mistakes.

  • A. Adding delimiters to the File group changes how file-level records are separated structurally but does not address the ambiguity in how individual COMPONENT 1 instances are identified within the type tree.
  • B. Adding a Terminator to the File group defines where a file record ends but does not resolve the component-level distinguishability issue that triggers the L201 warning.
  • C. Writing a diagnostic map is a workaround to inspect incoming data but does not fix the underlying type definition that causes COMPONENT 1 instances to be indistinguishable to the parser.

Concept tested. Resolving Analyze Tree component distinguishability warning L201

Reference. https://www.ibm.com/docs/en/transformation-extender

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice