Question 8
In the User Trace output shows the following message:
2016-04-12 16:17:18.242605 5344 UserTrace BIP2539I: Node
'Reply.MapToRequestor':
Evaluating expression ''I + 1''
at
('MapToRequestor.CopyMessageHeaders', '6.14'). This resolved to ''1 + 1''. The result was ''2''.
What does 6.14 indicate here?
Line 6, Column 14 in the CopyMessageHeaders node.
Line 14, Column 6 in CopyMessageHeaders node.
Column 6, line 14 in the CopyMessageHeaders function of MapToRequestor.
Line 6, Column 14 in the CopyMessageHeaders function of MapToRequestor.
Correct answer: D
Explanation:
References such as '6.14' apply to the row and column number within a function that specify the location of the command that is being executed; in this case, row 6, column 14. Example:2005-07-12 16:17:18.242605 5344 UserTrace BIP2539I: Node 'Reply.MapToRequestor':Evaluating expression ''I'' at ('.MapToRequestor.CopyMessageHeaders', '6.12'). This resolved to ''I''. The result was ''1''. References: https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/au14320_.htm
References such as '6.14' apply to the row and column number within a function that specify the location of the command that is being executed; in this case, row 6, column 14.
Example:
2005-07-12 16:17:18.242605 5344 UserTrace BIP2539I: Node 'Reply.MapToRequestor':
Evaluating expression ''I'' at
('.MapToRequestor.CopyMessageHeaders',
'6.12'). This resolved to ''I''. The
result was ''1''.
References: https://www.ibm.com/support/knowledgecenter/en/SSMKHH_9.0.0/com.ibm.etools.mft.doc/au14320_.htm