IBM Cognos Analytics Administrator V11.1.x — Question 5
What are two examples of trace node pattern definitions? (Choose two.)
Answer options
- A. {$InputRoot}
- B. Message passed through with the following fields: Store name is ${Body.storedetailselement.storename}
- C. Input is {Root}
- D. SET OutputRoot.Trace = 'Input:' || ${Root.XMLNSC}
- E. ${Root}
Correct answer: A, D
Explanation
Option A is correct as it directly references the InputRoot, which is a common trace node pattern. Option D is also correct because it sets a trace output with a specific format. Options B, C, and E do not represent valid trace node pattern definitions in the same context.