nerdexam
IBM

000-349 · Question #33

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

The correct answer is C. Verify the Item Subclass properties for the Price field accurately describe the data.. The trace indicates an item-level type validation failure, pointing to a specific field whose subclass properties do not match the actual input data.

Question

A map fails with the following error message: INPUT 1 exists, but its type is in error. An input content is trace is generated. The following excerpts contain all the lines in the trace file that contain the words failed or INVALID Based on the trace results, what is the next logical step to take to determine the exact cause of the map failure?

Options

  • AVerify that the Group Subclass properties defined for the File group accurately describe the
  • BVerify that the Group Subclass properties defined for the Record group accurately describe the
  • CVerify the Item Subclass properties for the Price field accurately describe the data.
  • DVerify that the Record component has been defined with component range of (s).
  • EVerify that the Type selected for input card #1 is correct.

Explanation

The trace indicates an item-level type validation failure, pointing to a specific field whose subclass properties do not match the actual input data.

Common mistakes.

  • A. The error is flagged at the item level, not at the File group level, so checking File group Subclass properties would not address the specific INVALID type condition shown in the trace.
  • B. The Record group Subclass properties define structural layout, not the field-level data type validation that the trace identifies as the source of failure.
  • D. Component range settings control repetition counts for a Record component, not the data type or format validation that causes an INVALID type error on a specific field.
  • E. The input card type selection determines the overall input format category, but the trace has already isolated the failure to a specific item's type properties rather than a card-level misconfiguration.

Concept tested. Item Subclass property validation in map tracing

Reference. https://www.ibm.com/docs/en/b2b-integrator/6.2?topic=maps-map-editor

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice